-
I've recently started using this crate. I'm interested in detecting when the user has "confirmed" the value they want on a slider. So when the user does one of the following‥
So I can't get an event for number 2 or 3. I can of course get My use case is handling undo/redo properly in my application. I don't want to generate an undo/redo event on every change, because that's just too much to Anyone know if there's a way to do this, or should I create an issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Sounds like a bug we should fix!
Let's fix that too! Then |
Beta Was this translation helpful? Give feedback.
Sounds like a bug we should fix!
Let's fix that too!
Then
response.drag_released() || response.lost_focus()
should cover your needs, correct?