mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
Fix typo causing actions to be run multiple times with combine
This commit is contained in:
@@ -1141,7 +1141,7 @@ class Boss:
|
|||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
self.show_error('Failed to parse action', f'{action_definition}\n{e}')
|
self.show_error('Failed to parse action', f'{action_definition}\n{e}')
|
||||||
return True
|
return True
|
||||||
for action in actions:
|
if actions:
|
||||||
try:
|
try:
|
||||||
if self.dispatch_action(actions[0], window_for_dispatch, dispatch_type):
|
if self.dispatch_action(actions[0], window_for_dispatch, dispatch_type):
|
||||||
consumed = True
|
consumed = True
|
||||||
|
|||||||
Reference in New Issue
Block a user