mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-28 12:47:00 +02:00
fix: remove legacy React.render() from the editor (#5893)
This commit is contained in:
@@ -5917,6 +5917,7 @@ class App extends React.Component<AppProps, AppState> {
|
||||
},
|
||||
type: "canvas" | "element",
|
||||
) => {
|
||||
trackEvent("contextMenu", "openContextMenu", type);
|
||||
if (this.state.showHyperlinkPopup) {
|
||||
this.setState({ showHyperlinkPopup: false });
|
||||
}
|
||||
|
Reference in New Issue
Block a user