mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix
This commit is contained in:
parent
701e076cc1
commit
1bb88cb5e9
1 changed files with 0 additions and 1 deletions
|
@ -330,7 +330,6 @@ describe("restoreAppState", () => {
|
||||||
|
|
||||||
const stubLocalAppState = getDefaultAppState();
|
const stubLocalAppState = getDefaultAppState();
|
||||||
stubLocalAppState.cursorButton = "down";
|
stubLocalAppState.cursorButton = "down";
|
||||||
stubLocalAppState.name = "local app state";
|
|
||||||
|
|
||||||
const restoredAppState = restore.restoreAppState(
|
const restoredAppState = restore.restoreAppState(
|
||||||
stubImportedAppState,
|
stubImportedAppState,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue