We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8adf865 commit 9b2e9daCopy full SHA for 9b2e9da
1 file changed
timetagger/app/front.py
@@ -1551,6 +1551,11 @@ def _on_key(self, e):
1551
self._handle_button_press("guide")
1552
else:
1553
return
1554
+
1555
+ # Avoid double handling by canvas and window both
1556
+ if e.currentTarget is self._canvas.node:
1557
+ e.stopPropagation()
1558
1559
e.preventDefault()
1560
1561
def _handle_button_press(self, action):
0 commit comments