fix: remove unused variables

This commit is contained in:
feng 2025-04-12 22:15:15 +09:00
parent 7ca5f4b11c
commit e707279c37

View file

@ -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,