We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f31c934 commit 5e3bbd5Copy full SHA for 5e3bbd5
plugin.py
@@ -44,7 +44,7 @@ def setup_overlay():
44
overlay.enable_overlay()
45
46
# run delayed to prevent race condition with previous plugin_unloaded
47
- sublime.set_timeout_async(setup_overlay, overlay.IGNORE_DELAY)
+ sublime.set_timeout_async(setup_overlay, 1000)
48
49
def plugin_unloaded():
50
settings.clear_listener()
0 commit comments