8
0
Maciej Bukowski 6 жил өмнө
parent
commit
f6621ce746

+ 1 - 1
packages/ckeditor5-watchdog/src/contextwatchdog.js

@@ -82,7 +82,7 @@ export default class ContextWatchdog extends Watchdog {
 		this._destructor = context => context.destroy();
 
 		this._actionQueue.onEmpty( () => {
-			if ( this.state !== 'destroyed' ) {
+			if ( this.state === 'initializing' ) {
 				this.state = 'ready';
 			}
 		} );