fix lasertool offset

This commit is contained in:
zsviczian
2023-10-07 08:49:32 +02:00
committed by GitHub
parent a249f332a2
commit c65d6506f7
3 changed files with 17 additions and 6 deletions

View File

@@ -1217,7 +1217,10 @@ class App extends React.Component<AppProps, AppState> {
<div className="excalidraw-textEditorContainer" />
<div className="excalidraw-contextMenuContainer" />
<div className="excalidraw-eye-dropper-container" />
<LaserToolOverlay manager={this.laserPathManager} />
<LaserToolOverlay
manager={this.laserPathManager}
appState={this.state}
/>
{selectedElements.length === 1 &&
!this.state.contextMenu &&
this.state.showHyperlinkPopup && (