Преглед на файлове

Get rid of the fps comment.

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

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

@@ -87,7 +87,7 @@ export default class WidgetResize extends Plugin {
 			}
 		};
 
-		const redrawFocusedResizerThrottled = throttle( redrawFocusedResizer, 50 ); // 5fps
+		const redrawFocusedResizerThrottled = throttle( redrawFocusedResizer, 50 );
 
 		// 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.