David Luzar
David Luzar
We should prevent canvas search if dialogs are open.
@mtolmacs yeah, we should have both. Search for libraries will come soon as part of the library redesign. The help menu search should probably reuse the command palette search so...
```js import { AValue, } from './mama-mia' import type { AType , BType } from './mama-mia' import { CValue } from './papa-mia' import type { CType } from './papa-mia' ```...
@csaroff actually we'll be switching to a different behavior where you can select a frame _and_ its children in order to resize both https://github.com/excalidraw/excalidraw/pull/9031 Although this PR could be shipped...
closing in favor of https://github.com/excalidraw/excalidraw/pull/9737
# todos - [ ] move url handling logic to `excalidraw-app/` We should let host apps handle URLs (and generally any I/O) — first off because they may have their...
Let's roll! 🚀
> Maybe using the same arrow, but showing in the opposite direction or just using another color for the arrow? Would only work for 1:1 relationships.
This is technically by design. We're not making assumptions about what canvas action constitutes an action that should reset the active file handle — besides explicitly clearing canvas using the...