mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: Show version in the stats dialog (#2908)
Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
parent
dbae33e4f8
commit
bd0c6e63ff
3 changed files with 42 additions and 1 deletions
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue