Skip to content

Commit 68befc4

Browse files
committed
revert call later
1 parent 5255f7f commit 68befc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ def _select_or_command(
10801080
self._cancel_gather_commands()
10811081
self.app.post_message(CommandPalette.Closed(option_selected=True))
10821082
self.dismiss()
1083-
self.call_next(self._selected_command.command)
1083+
self.call_later(self._selected_command.command)
10841084

10851085
@on(OptionList.OptionHighlighted)
10861086
def _stop_event_leak(self, event: OptionList.OptionHighlighted) -> None:

0 commit comments

Comments
 (0)