mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -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,
|
||||
theme = defaultAppState.theme,
|
||||
name = `${t("labels.untitled")}-${getDateTime()}`,
|
||||
strokeColorTopPicks,
|
||||
backgroundColorTopPicks,
|
||||
} = props;
|
||||
this.state = {
|
||||
...defaultAppState,
|
||||
|
|
Loading…
Add table
Reference in a new issue