mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Temporarily move sync into package
This commit is contained in:
parent
245d681b7d
commit
508cfbc843
13 changed files with 1110 additions and 34 deletions
|
@ -671,7 +671,7 @@ const ExcalidrawWrapper = () => {
|
|||
|
||||
// some appState like selections should also be transfered (we could even persist it)
|
||||
if (!elementsChange.isEmpty()) {
|
||||
console.log(elementsChange)
|
||||
console.log(elementsChange);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue