Closed rogerhutchings closed 9 years ago
I noticed this while bugfixing Transcribe - clicking and dragging on the image element produces the copy image behaviour. Adding event.preventDefault(); to svg-drawing-factory-service.js should stop it.
event.preventDefault();
Ta :-)
I noticed this while bugfixing Transcribe - clicking and dragging on the image element produces the copy image behaviour. Adding
event.preventDefault();
to svg-drawing-factory-service.js should stop it.