Browse Source

Removed one leftover.

Marek Lewandowski 6 years ago
parent
commit
afb615c9c8
1 changed files with 0 additions and 1 deletions
  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.