vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

Does this work within an iframe?

Open adamyarger opened this issue 6 years ago • 0 comments

I have a bit more unique requirement where im injecting my draggable component into an iframe. It doesn't seem that this is supported. The main problem I run into is the use of document.documentElement being tied to the parent document and not the iframes. Would you be willing to accept a PR to allow for this behavior? My idea was to basically create a prop called rootNode with a default value of document then replace the current document. usage with this.rootNode..

adamyarger avatar Sep 11 '19 19:09 adamyarger