8
0
Oskar Wróbel 6 gadi atpakaļ
vecāks
revīzija
2db0940222

+ 1 - 0
packages/ckeditor5-ui/src/panel/balloon/contextualballoon.js

@@ -532,6 +532,7 @@ class RotatorView extends View {
 		this.focusTracker.add( this.element );
 		this.focusTracker.add( this.element );
 	}
 	}
 
 
+	// @returns {Boolean}
 	checkIsNarrow() {
 	checkIsNarrow() {
 		this.isNarrow = this.element.clientWidth <= 200;
 		this.isNarrow = this.element.clientWidth <= 200;
 	}
 	}