Procházet zdrojové kódy

Editor: Documented WebKit quirk.

Mr.doob před 5 roky
rodič
revize
70f000115f
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      editor/js/Resizer.js

+ 2 - 0
editor/js/Resizer.js

@@ -27,6 +27,8 @@ function Resizer( editor ) {
 
 	function onPointerMove( event ) {
 
+		// PointerEvent's movementX/movementY are 0 in WebKit
+
 		if ( event.isPrimary === false ) return;
 
 		const rect = dom.getBoundingClientRect();