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

Commit

Permalink
Removed not necessary value resetting.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarwrobel committed May 10, 2017
1 parent 6031385 commit 827edae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/toolbar/contextual/contextualtoolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ export default class ContextualToolbar extends Plugin {
// If `beforeShow` event is not stopped by any external code then panel will be displayed.
this.once( 'beforeShow', () => {
if ( isStopped ) {
isStopped = false;
resolve();

return;
Expand Down

0 comments on commit 827edae

Please sign in to comment.