Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Jan 17, 2019
1 parent e8c21cc commit 01ded4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/panel/balloon/contextualballoon.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ export default class ContextualBalloon extends Plugin {
this.editor.ui.focusTracker.add( this.view.element );
}

destroy() {
super.destroy();

// this._stack.clear();
}

/**
* Returns the currently visible view or `null` when there are no
* views in the stack.
Expand Down

0 comments on commit 01ded4d

Please sign in to comment.