mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: remove unused variables
This commit is contained in:
parent
7ca5f4b11c
commit
e707279c37
1 changed files with 0 additions and 2 deletions
|
@ -741,8 +741,6 @@ class App extends React.Component<AppProps, AppState> {
|
||||||
objectsSnapModeEnabled = false,
|
objectsSnapModeEnabled = false,
|
||||||
theme = defaultAppState.theme,
|
theme = defaultAppState.theme,
|
||||||
name = `${t("labels.untitled")}-${getDateTime()}`,
|
name = `${t("labels.untitled")}-${getDateTime()}`,
|
||||||
strokeColorTopPicks,
|
|
||||||
backgroundColorTopPicks,
|
|
||||||
} = props;
|
} = props;
|
||||||
this.state = {
|
this.state = {
|
||||||
...defaultAppState,
|
...defaultAppState,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue