mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
[FIX] Removed unnecessary code
This commit is contained in:
parent
563240df73
commit
99a07679c2
1 changed files with 1 additions and 5 deletions
|
@ -1950,10 +1950,6 @@ class App extends React.Component<AppProps, AppState> {
|
|||
frameElement,
|
||||
data: { status: "done", html: parsedHtml },
|
||||
});
|
||||
|
||||
this.setState({
|
||||
selectedElementIds: { [frameElement.id]: true },
|
||||
});
|
||||
} catch (error: any) {
|
||||
trackEvent("ai", "generate (failed)", "d2c");
|
||||
this.updateMagicGeneration({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue