Damarus

Results 2 comments of Damarus

I also ran into a similar problem and did a little research. The error is caused by handlers that are added to the document: ![listeners](https://user-images.githubusercontent.com/39767122/139724673-080b2e68-addd-4b09-8964-411e36025eab.jpg) It turns out that Canvas...

@flieks I wrapped the form(text input). To prevent the event from bubbling up to the Document. Because CanvasWidget adds its KeyUp and KeyDown handlers to the Document. @dylanvorster Is this...