POC: highlight center on hover

This commit is contained in:
dwelle
2025-09-13 15:41:17 +02:00
parent ef2bde0d03
commit b789308798
4 changed files with 33 additions and 3 deletions

View File

@@ -2072,6 +2072,7 @@ class App extends React.Component<AppProps, AppState> {
/>
)}
<InteractiveCanvas
app={this}
containerRef={this.excalidrawContainerRef}
canvas={this.interactiveCanvas}
elementsMap={elementsMap}