Browse Source

disable the 'deleting' of fixed option

flowchartTest
Alex de Mulder 9 years ago
parent
commit
3dc963ca20
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      lib/network/modules/components/Node.js

+ 0
- 4
lib/network/modules/components/Node.js View File

@ -195,10 +195,6 @@ class Node {
}
}
}
else if (allowDeletion === true) {
parentOptions.fixed = undefined;
delete parentOptions.fixed;
}
}
updateLabelModule() {

Loading…
Cancel
Save