* Called when the component is mounted.
()
| 37 | * Called when the component is mounted. |
| 38 | */ |
| 39 | function mount(): void { |
| 40 | if ( options.wheel ) { |
| 41 | bind( Components.Elements.track, 'wheel', onWheel, SCROLL_LISTENER_OPTIONS ); |
| 42 | } |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * Called when the user rotates the mouse wheel on the slider. |
nothing calls this directly
no test coverage detected
searching dependent graphs…