Replies: 2 comments
-
|
Feel free to add an event like |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Much better workaround: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to add a listener to "update" events triggered by newly created regions (via the enableDragSelection method)?
I'm using enableDragSelection in combination with autoScroll and same wired stuff happens if the selection starts while the wave is scrolling (audio is playing). I'd like to do something when the user starts selection, eg. pause the audio or disable autoscroll and then restore it when the selection ends (I can intercept this event via 'region-created')
Beta Was this translation helpful? Give feedback.
All reactions