Skip to content

Commit 9f5f72e

Browse files
author
steveluc
committed
Always dismiss completions dialogue on ';'
1 parent ba56326 commit 9f5f72e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TypeScript.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,7 @@ def run(self, text, key = "", insertKey = True):
15291529
checkUpdateView(self.view)
15301530
loc = self.view.sel()[0].begin()
15311531
if insertKey:
1532+
active_view().run_command('hide_auto_complete')
15321533
insertText(self.view, text, loc, key)
15331534
if (not is_typescript(self.view)):
15341535
print("To run this command, please first assign a file name to the view")

0 commit comments

Comments
 (0)