mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 15:31:04 +02:00
chore: remove console.log
This commit is contained in:
@@ -1495,7 +1495,6 @@ class App extends React.Component<AppProps, AppState> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
componentDidUpdate(prevProps: AppProps, prevState: AppState) {
|
componentDidUpdate(prevProps: AppProps, prevState: AppState) {
|
||||||
console.log(this.state.cursorButton);
|
|
||||||
if (
|
if (
|
||||||
!this.state.showWelcomeScreen &&
|
!this.state.showWelcomeScreen &&
|
||||||
!this.scene.getElementsIncludingDeleted().length
|
!this.scene.getElementsIncludingDeleted().length
|
||||||
|
Reference in New Issue
Block a user