Add the shape lock button for mobile (#1054)

This commit is contained in:
Sanghyeon Lee
2020-03-24 19:51:49 +09:00
committed by GitHub
parent e38045ccad
commit 104e48b6cb
5 changed files with 43 additions and 15 deletions

View File

@ -190,7 +190,7 @@ export class App extends React.Component<any, AppState> {
language={getLanguage()}
onRoomCreate={this.createRoom}
onRoomDestroy={this.destroyRoom}
onToggleLock={this.toggleLock}
onLockToggle={this.toggleLock}
/>
<main>
<canvas