Replies: 1 comment 3 replies
-
Sure, go ahead. I can’t say from the top of my head if the content element is clickable. I think it should have no reason not to be. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
Awesome package! I was wondering if I can reinstate
contentEditable
as an optional property for theRegions
plugin.So, the plan is to add
if (this.contentEditable) {this.content.contentEditable = 'true';}
inside this method:wavesurfer.js/src/plugins/regions.ts
Line 287 in 04efb91
My hunch is that the text container might not receive pointer events - even so, do you forsee any challenges that I might encounter in going this route? I'll appreciate any help I can get.
Beta Was this translation helpful? Give feedback.
All reactions