Fix bug #5448
This commit is contained in:
parent
8c99a8dff1
commit
406ac84c2b
1 changed files with 3 additions and 1 deletions
|
@ -34,8 +34,10 @@ export const cutonfoldDefs = [
|
|||
/*
|
||||
* The rmcutonfold macro
|
||||
*/
|
||||
const rmcutonfold = (id = macroDefaults.id, { store, part }) =>
|
||||
const rmcutonfold = (id = macroDefaults.id, { store, part }) => {
|
||||
store.removeMacroNodes(id, 'cutonfold', part)
|
||||
store.cutlist.setCutOnFold(false)
|
||||
}
|
||||
|
||||
/*
|
||||
* The cutonfold macro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue