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