Skip to content

Commit

Permalink
fix(esl-scrollbar): remove meta declaration @listen
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalie-Smirnova committed Nov 28, 2022
1 parent f44fe14 commit e105286
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/esl-scrollbar/core/esl-scrollbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ export class ESLScrollbar extends ESLBaseElement {
* Handler for scroll and resize events
* @param event - instance of 'resize' or 'scroll' event
*/
@listen({event: 'resize scroll', passive: true, auto: false})
protected _onScrollOrResize(event: Event): void {
if (event.type === 'scroll' && this.dragging) return;
this._deferredRefresh();
Expand Down

0 comments on commit e105286

Please # to comment.