I have a bunch of items in which I can drag and drop inside a Source object. One of those items loads an HTML page in which loads an iframe with a message board inside it. Now, I am able to fully navigate the message board as expected, which is great. However, when I drag it to another location within the Source, it reloads the message board to its index page. Is there a way to stop this behavior?
EDIT: I probably should've posted some of my code, eh?
This is my creator function. "item" has only one property "href" which is a string giving the URL.
