You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to use your plugin inside TinyMCE editor. Due to the following function it does not work, but it is easy to fix by changing both occurrences of env.window.document to $obj[0].ownerDocument here:
I've tried to use your plugin inside TinyMCE editor. Due to the following function it does not work, but it is easy to fix by changing both occurrences of
env.window.document
to$obj[0].ownerDocument
here:https://github.com/iamceege/tooltipster/blob/f818f589de54165209756aa3319f49f841d708a2/src/js/tooltipster.js#L3286-L3291
TinyMCE uses iframe for the elements in the editor, so they have different document object than the main one.
The text was updated successfully, but these errors were encountered: