We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5adb2 commit 4ba6e8dCopy full SHA for 4ba6e8d
lib/minimap-git-diff-binding.coffee
@@ -19,6 +19,8 @@ class MinimapGitDiffBinding
19
@scheduleUpdate()
20
@subscriptions.add repository.onDidChangeStatus (changedPath) =>
21
@scheduleUpdate() if changedPath is @editor.getPath()
22
+ @subscriptions.add repository.onDidDestroy =>
23
+ @destroy()
24
25
26
0 commit comments