vue-draggable-resizable
vue-draggable-resizable copied to clipboard
Does this work within an iframe?
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..