iced icon indicating copy to clipboard operation
iced copied to clipboard

Queue `on_scroll` to be run on operation

Open Koranir opened this issue 9 months ago • 1 comments

Fixes #2437

Due to some inherent limitations, the operation can't access the on_scroll function, and so it sets a flag to be consumed on a later event. A better solution might be to give operations access to a Shell, so a message could be triggered manually, but that might not be necessary in this case.

Koranir avatar May 11 '24 00:05 Koranir

@Koranir I'm gonna thank you on my behalf because this is good enough for me. Really clever.

I've applied to my fork :)

lufte avatar May 11 '24 20:05 lufte