Closed Jonarod closed 1 year ago
Is there a way to lock x-axis completely an scroll AND on drag/pan ? I reckon tvjs might have something like this in the form of an event maybe ? (not sure thought)
Something like events.emit('scroll_lock', true)
events.emit('scroll_lock', true)
No response
Not implemented yet, have to steal from tvjs code.
Implemented in 0.4.0
Description
Is there a way to lock x-axis completely an scroll AND on drag/pan ? I reckon tvjs might have something like this in the form of an event maybe ? (not sure thought)
Suggested solution
Something like
events.emit('scroll_lock', true)
Alternative
No response
Additional context
No response
Validations