Nesting combine should preserve window_for_dispatch

This commit is contained in:
Kovid Goyal
2024-05-17 09:56:15 +05:30
parent eb2221b11a
commit 066c164ef3

View File

@@ -1620,6 +1620,7 @@ class Boss:
self.show_error('Failed to parse action', f'{action_definition}\n{e}')
return True
if actions:
window_for_dispatch = window_for_dispatch or self.window_for_dispatch
try:
if self.dispatch_action(actions[0], window_for_dispatch, dispatch_type):
consumed = True