David Boon
Results
2
comments of
David Boon
I've also had the same issue, I hacked the iframe to show the correct value(note that the selector is very specific to my use case): ``` javascript $('div[for="' + this.textEditorView.id...
Yeah, I have the same issue, lots of individual editors. And I access them by their "id" and select each one, as much as I tried to use the documented...