mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Et2Select: Stop sidemenu scrolling when scrolling through options
This commit is contained in:
parent
9b2d208e8e
commit
b3899e86dd
@ -841,6 +841,10 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
||||
.value=${value}
|
||||
@sl-change=${this.handleValueChange}
|
||||
@mouseup=${this.handleOptionClick}
|
||||
@mousewheel=${
|
||||
// Grab & stop mousewheel to prevent scrolling sidemenu when scrolling through options
|
||||
e => e.stopImmediatePropagation()
|
||||
}
|
||||
>
|
||||
${icon}
|
||||
${this._emptyLabelTemplate()}
|
||||
|
Loading…
Reference in New Issue
Block a user