@@ -303,7 +303,6 @@
function onBorderPointerMove( ev ) {
screensplit = Math.max( 0, Math.min( 1, ev.clientX / window.innerWidth ) );
- ev.stopPropagation();
}