diff --git a/boot.py b/boot.py index 22f07cad6..8a85cd502 100644 --- a/boot.py +++ b/boot.py @@ -147,7 +147,7 @@ def on_pre_move(self, view: sublime.View) -> None: for listener in listeners: if isinstance(listener, DocumentSyncListener): # we need a small delay here, so that the DocumentSyncListener will recognize a possible new window - sublime.set_timeout_async(listener.on_post_move_window_async, timeout_ms=1) + sublime.set_timeout_async(listener.on_post_move_window_async, 1) return def on_load(self, view: sublime.View) -> None: