Andreas Jeppsson

Results 3 comments of Andreas Jeppsson

Hi, I have the same issue. Did you manage to fix this? @liabru @nukadelic

I solved this by commenting out this row in Render.js (:346) `Render.startViewTransform(render);` Now I can set the render bounds without everything being scaled.

I ended up checking dataTransfer.items which is an empty array if the drag is canceled with escape key. ``` onAdd(event) { //if the drag was canceled with ESC if (event.originalEvent.dataTransfer.items.length...