8
0
Просмотр исходного кода

Removed not necessary value resetting.

Oskar Wróbel 8 лет назад
Родитель
Сommit
521da9f1ae
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      packages/ckeditor5-ui/src/toolbar/contextual/contextualtoolbar.js

+ 0 - 1
packages/ckeditor5-ui/src/toolbar/contextual/contextualtoolbar.js

@@ -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.
 			// If `beforeShow` event is not stopped by any external code then panel will be displayed.
 			this.once( 'beforeShow', () => {
 			this.once( 'beforeShow', () => {
 				if ( isStopped ) {
 				if ( isStopped ) {
-					isStopped = false;
 					resolve();
 					resolve();
 
 
 					return;
 					return;