🎨
This commit is contained in:
parent
86eab355c6
commit
24553eb69a
2 changed files with 2 additions and 5 deletions
|
|
@ -103,7 +103,7 @@ function onTabWheel(ev: WheelEvent) {
|
|||
ev.stopPropagation();
|
||||
(ev.currentTarget as HTMLElement).scrollBy({
|
||||
left: ev.deltaY,
|
||||
behavior: 'smooth',
|
||||
behavior: 'instant',
|
||||
});
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue