mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-16 14:00:56 +02:00
chore: Attempt filtering new set state
This commit is contained in:
@@ -492,10 +492,9 @@ export class LinearElementEditor {
|
||||
};
|
||||
|
||||
return {
|
||||
...app.state,
|
||||
selectedLinearElement: newLinearElementEditor,
|
||||
suggestedBindings,
|
||||
};
|
||||
} as Pick<AppState, keyof AppState>;
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user