Fix status when do selectAll
while editing lines (#1828)
This commit is contained in:
parent
df5eb3f0d9
commit
6f13b5ac75
@ -6,6 +6,9 @@ import { getNonDeletedElements } from "../element";
|
||||
export const actionSelectAll = register({
|
||||
name: "selectAll",
|
||||
perform: (elements, appState) => {
|
||||
if (appState.editingLinearElement) {
|
||||
return false;
|
||||
}
|
||||
return {
|
||||
appState: selectGroupsForSelectedElements(
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user