mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: incorrect z-index of text editor (#2914)
This commit is contained in:
parent
bd0c6e63ff
commit
e18e945cd3
2 changed files with 5 additions and 2 deletions
|
@ -454,6 +454,7 @@ class App extends React.Component<ExcalidrawProps, AppState> {
|
|||
renderCustomFooter={renderFooter}
|
||||
viewModeEnabled={viewModeEnabled}
|
||||
/>
|
||||
<div className="excalidraw-textEditorContainer" />
|
||||
{this.state.showStats && (
|
||||
<Stats
|
||||
appState={this.state}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue