Open wilhus opened 2 years ago
Make a dashed style mark around the selected/hovered components to show they are active.
Might be possible to use queries from useEditor() / useNode() to get selected and hovered events? Possibly replace the hover listener with those queries.
Make a dashed style mark around the selected/hovered components to show they are active.