David Luzar
David Luzar
Not sure we'd expose that to the UI, at least not now, but happy to add support for this and put it behind a shortcut (`Cmd/Ctrl-Shift-;`). PRs welcome! > Also,...
The only viable one is `Cmd`, but if we overload it with "temporarily enable snapping" as tldraw does then we'll have the behaviors working against each other.
Excalidraw (the editor, which is what is hosted on npm) doesn't have a Firebase dependency, it's the excalidraw.com app that depends on it. But it is true that right now...
We can't just use `code` instead of `key` as that would break other keyboard layouts on the other end (eg AZERTY, QWERTZ etc). Interestingly, Figma works well with both AZERTY...
Hey @mhsattarian. As far as I know, there's no easy solution to this problem. If we use `code`, we break it for non-QWERTY layout users. If we use `key`, we...
We do want to support this in some way. Perhaps the upcoming frames feature could work for this. https://github.com/excalidraw/excalidraw/issues/6044
A few more things: - [x] shrinking a frame so that a previously added element is no longer fully covered by the frame should remove it from the frame. This...
# general - [x] prevent highlight of frame if frame already selected (when hovering over frame name, which can also happen when resizing from nw)  - [x] When resizing,...
A few more things I noticed: - [x] if you multiselect elements and resize so that one of them finds itself outside the frame, it ends up with a strange...
@ryan-di just in case the [79a3d45](https://github.com/excalidraw/excalidraw/pull/6123/commits/79a3d45a6d54fc4fe39ba95a71fc4cac2b0710c0) is final as opposed to a test commit. I'd not ship the frame toggling in the UI in the MVP, just as an API....