alyssaxuu / flowy

The minimal javascript library to create flowcharts ✨
MIT License
11.48k stars 998 forks source link

Browser resolution import #94

Closed fcnyp closed 4 years ago

fcnyp commented 4 years ago

Had a topic where we were discussing this previously, narrowed down to a different error though. I still have the browser resolution error.

Easy example, export a diagram. Open firebug to take half the screen, import the diagram. If the rearrange function is called the arrows and blocks are positioned improper. If you do -not- call rearrange they are positioned properly but you cannot drag and snap another block, its as if the position for the snap is not known.

fcnyp commented 4 years ago

Closing, disregard.