feat: Add option to disable mousewheel carousel scrolling (#2263)
- Closes: #2220
This commit is contained in:
@@ -113,6 +113,7 @@ describe('config defaults', () => {
|
||||
style: 'ribbon',
|
||||
window_seconds: 3600,
|
||||
},
|
||||
wheel: true,
|
||||
},
|
||||
draggable: true,
|
||||
lazy_load: true,
|
||||
@@ -180,6 +181,7 @@ describe('config defaults', () => {
|
||||
style: 'ribbon',
|
||||
window_seconds: 3600,
|
||||
},
|
||||
wheel: true,
|
||||
},
|
||||
draggable: true,
|
||||
lazy_load: true,
|
||||
|
||||
Reference in New Issue
Block a user