diff --git a/src/index.tsx b/src/index.tsx index 7b8f06a3..9b636155 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -568,6 +568,7 @@ export class App extends React.Component<{}, AppState> { }); } }); + this.setState({ elementType: "selection" }); return; }