ngFlowchart icon indicating copy to clipboard operation
ngFlowchart copied to clipboard

Firefox drag and drop redirect into nowhere

Open LockiStrike opened this issue 6 years ago • 1 comments

Hi Our team faced with issue that when you try to connect one connector into nothing (to any place on the page where no other object or edges) it redirects you to about:blank url in Firefox. Please could you provide us a way how to prevent it because as I know there is no way to add any logic to drag events callbacks. case

Reproduces only in Firefox on any OS. Thank you in advance.

LockiStrike avatar Apr 17 '19 14:04 LockiStrike

Hey I'm not sure if you fixed this, but I just enctountered similar behaviour in an unrelated library. I think the only thing that needs to be fixed is using event.preventDefault() or event.stopPropagation() for the on drop handler

AwolDes avatar Dec 18 '19 05:12 AwolDes