To disable scroll zooming, you must call the stopPropagation() method on the event object of the mouse-wheel event. view.on("mouse-wheel", function(evt){ // ...
確定! 回上一頁