mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-15 01:31:14 +09:00
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
Block a user