Luccid-ai / react-planner

:pencil2: A React Component for plans design. Draw a 2D floorplan and navigate it in 3D mode.
https://cvdlab.github.io/react-planner
MIT License
15 stars 15 forks source link

[Feature] Selected area(s) should be draggable like lines, vertices, items and holes #13

Open MeTaNoV opened 1 year ago

MeTaNoV commented 1 year ago

A special mode MODE_DRAGGING_AREA and its associated implementation can be introduced so that a user can move around area which can be handy.

codernkb commented 7 months ago

Any update on this feature? anybody working?

I have tried adding mouse events in items render2D function.

I am facing the issue that the properties changed by mouse event inside render2D function are not updated in json file exported or not even in elements.properties. still working on it if anybody can help I will provide the code.