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 am developing a plugin for another app which requires me to use parent.document for event listeners. Since your package listens to document the events aren't triggered.
Would it be an idea to have a property for Range that accepts a document value where I can pass parent.document instead?
Thanks again.
The text was updated successfully, but these errors were encountered:
Big thank you for the nice package!
I am developing a plugin for another app which requires me to use
parent.document
for event listeners. Since your package listens todocument
the events aren't triggered.Would it be an idea to have a property for
Range
that accepts adocument
value where I can passparent.document
instead?Thanks again.
The text was updated successfully, but these errors were encountered: