use commitToHistory prop for handling draw history (#1595)
This commit is contained in:
@ -89,7 +89,7 @@ export const actionFinalize = register({
|
||||
}
|
||||
: appState.selectedElementIds,
|
||||
},
|
||||
commitToHistory: false,
|
||||
commitToHistory: appState.elementType === "draw",
|
||||
};
|
||||
},
|
||||
keyTest: (event, appState) =>
|
||||
|
Reference in New Issue
Block a user