1 2 3 4 5 6 7 8
;(() => { window.onmousemove = (e) => { window.__FLURX__.emit("FLURX|grip::drag", { x: e.movementX, y: e.movementY, }); }; })();