remove console.log
This commit is contained in:
@@ -149,7 +149,6 @@ function renderTab() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function onTabWheel(ev: WheelEvent) {
|
function onTabWheel(ev: WheelEvent) {
|
||||||
console.log(ev, 'wheel')
|
|
||||||
if (ev.deltaY !== 0) {
|
if (ev.deltaY !== 0) {
|
||||||
ev.preventDefault();
|
ev.preventDefault();
|
||||||
ev.stopPropagation();
|
ev.stopPropagation();
|
||||||
|
Reference in New Issue
Block a user