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