feat: Show version in the stats dialog (#2908)

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Lipis 2021-02-04 14:47:46 +02:00 committed by GitHub
parent dbae33e4f8
commit bd0c6e63ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 42 additions and 1 deletions

View file

@ -457,6 +457,7 @@ class App extends React.Component<ExcalidrawProps, AppState> {
{this.state.showStats && (
<Stats
appState={this.state}
setAppState={this.setAppState}
elements={this.scene.getElements()}
onClose={this.toggleStats}
/>