methodofaction/Method-Draw

Dropping an image on the canvas opens up a new tab

tobei opened this issue · 0 comments

tobei commented

Action:
Dropping an image file from windows file explorer onto the canvas

Expected result:
Image is imported / placed onto the canvas

Actual result:
Image is imported and placed on the canvas, but also the browser opens up a new tab containing the image file and becoming the active browser tab.

Possible that default browser handler for the event is not being prevented.