iced icon indicating copy to clipboard operation
iced copied to clipboard

Queue `on_scroll` to be run on operation

Open Koranir opened this issue 1 month 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