David Luzar
David Luzar
Even if we're targeting selectors inside `.excalidraw`, we shouldn't use element types (`button`, `label` etc.) because it would override custom JSX that host apps may inject into the UI via...
- [ ] when inside line editor - [x] when dbl-clicking line (should enter line editor instead)
need a stable key I presume (or perhaps we order them incorrectly) repro: 1. add `test 1` and `test 2` elements 2. search `test` 3. start dragging one of the...
Upon `enter`, it should edit group and select all elements within it.