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 21622d0 commit 4a9f426Copy full SHA for 4a9f426
lib/mixins/view-management.coffee
@@ -42,7 +42,7 @@ class ViewManagement extends Mixin
42
# Internal: Destroys all views currently in use.
43
destroyViews: ->
44
view.destroy() for id, view of @minimapViews
45
- @eachPaneViewSubscription.off()
+ @eachPaneViewSubscription?.off()
46
@minimapViews = {}
47
48
# Internal: Registers to each pane view existing or to be created and creates
0 commit comments