Skip to content

Commit

Permalink
#94 - permanent-mode destroy should not be a noop
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Natis committed Oct 10, 2018
1 parent 98c1186 commit a201ae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mode/permanent-mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export default function PermanentMode(root, emit, opts) {
var dp = BaseMode(root, emit, opts);

dp.close = noop;
dp.destroy = noop;
dp.updateInput = noop;
dp.shouldFocusOnRender = opts.shouldFocusOnRender;

Expand Down

0 comments on commit a201ae2

Please sign in to comment.