Temporarily move sync into package

This commit is contained in:
Marcel Mraz 2024-11-22 16:24:15 +01:00
parent 245d681b7d
commit 508cfbc843
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
13 changed files with 1110 additions and 34 deletions

View file

@ -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);
}
};