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

Prevent cursor up and cursor down from scrolling

Gregg Tavares преди 6 години
родител
ревизия
9be5d8affd
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      examples/js/controls/OrbitControls.js

+ 4 - 0
examples/js/controls/OrbitControls.js

@@ -539,6 +539,10 @@ THREE.OrbitControls = function ( object, domElement ) {
 
 		//console.log( 'handleKeyDown' );
 
+		// prevent the browser from scrolling on cursor up/down
+
+		event.preventDefault();
+
 		switch ( event.keyCode ) {
 
 			case scope.keys.UP: