mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
move footer into layerUI & refactor ActionManager (#729)
This commit is contained in:
parent
88eacc9da7
commit
d79293de06
7 changed files with 164 additions and 179 deletions
|
@ -1,6 +1,5 @@
|
|||
import { AppState } from "./types";
|
||||
import { getDateTime } from "./utils";
|
||||
import { getLanguage } from "./i18n";
|
||||
|
||||
const DEFAULT_PROJECT_NAME = `excalidraw-${getDateTime()}`;
|
||||
|
||||
|
@ -29,7 +28,6 @@ export function getDefaultAppState(): AppState {
|
|||
name: DEFAULT_PROJECT_NAME,
|
||||
isResizing: false,
|
||||
selectionElement: null,
|
||||
lng: getLanguage(),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue