mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Remove console log
This commit is contained in:
parent
5e558d6847
commit
2ddcbf73ec
1 changed files with 0 additions and 1 deletions
|
@ -150,7 +150,6 @@ export class App extends React.Component<{}, AppState> {
|
||||||
if (event.key === KEYS.ESCAPE) {
|
if (event.key === KEYS.ESCAPE) {
|
||||||
clearSelection(elements);
|
clearSelection(elements);
|
||||||
this.forceUpdate();
|
this.forceUpdate();
|
||||||
console.log('selection')
|
|
||||||
this.setState({ elementType: 'selection' });
|
this.setState({ elementType: 'selection' });
|
||||||
if (window.document.activeElement instanceof HTMLElement) {
|
if (window.document.activeElement instanceof HTMLElement) {
|
||||||
window.document.activeElement.blur()
|
window.document.activeElement.blur()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue