TeselaGen / tg-oss

Teselagen Open Source modules
https://teselagen.github.io/tg-oss/
MIT License
39 stars 18 forks source link

Added fix for clipboard commands when there are multiple editors #57

Closed ryan-stackwave closed 7 months ago

ryan-stackwave commented 7 months ago

Added fix for clipboard commands when there are multiple editors on a page to resolve https://github.com/TeselaGen/tg-oss/issues/24

@tnrich

tnrich commented 7 months ago

Awesome thanks @ryan-stackwave looks good to me!

tnrich commented 7 months ago

@ryan-stackwave looks like a couple tests failed due to this line:

`#${props.editorName} .veVectorInteractionWrapper`

I think changing it to

`.${props.editorName} .veVectorInteractionWrapper`

would fix the problem. I'm going to go ahead and make that change. Let me know if that doesn't work for you though for some reason?

ryan-stackwave commented 7 months ago

@tnrich that works for me.