Marek Lewandowski преди 6 години
родител
ревизия
afb615c9c8
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      packages/ckeditor5-widget/src/widgetresize.js

+ 0 - 1
packages/ckeditor5-widget/src/widgetresize.js

@@ -107,7 +107,6 @@ export default class WidgetResize extends Plugin {
 		};
 
 		const redrawFocusedResizerThrottled = throttle( redrawFocusedResizer, 200 ); // 5fps
-		// const redrawFocusedResizerThrottled = throttle( redrawFocusedResizer, 200 ); // 5fps
 
 		// Redraws occurring upon a change of visible resizer must not be throttled, as it is crucial for the initial
 		// render. Without it the resizer frame would be misaligned with resizing host for a fraction of second.