You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect this has to do with events.Paste now bubbling? Not sure, but either way text gets pasted twice into Input widgets.
Adding event.stop() at the bottom of Input.on_paste solves this.
I can't be the only one, right?...
The text was updated successfully, but these errors were encountered:
I suspect this has to do with
events.Paste
now bubbling? Not sure, but either way text gets pasted twice intoInput
widgets.Adding
event.stop()
at the bottom ofInput.on_paste
solves this.I can't be the only one, right?...
The text was updated successfully, but these errors were encountered: