Sfoglia il codice sorgente

Removed one leftover.

Marek Lewandowski 6 anni fa
parent
commit
afb615c9c8
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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.