We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814dada commit 069027eCopy full SHA for 069027e
src/components/power-tree.js
@@ -214,8 +214,8 @@ export default {
214
const enableShiftSelection = shiftKeyIsPressed && this.lastSelectedNode
215
addToSelection = (multiselectKeyIsPressed || addToSelection) && this.allowMultiselect
216
217
- const newNodes = this.copy(this.currentValue)
218
- // const newSelectedNodes = this.getSelected(newNodes)
+ // const newNodes = this.copy(this.currentValue)
+ const newNodes = this.currentValue
219
220
const selectedNodes = []
221
let shiftSelectionStarted = false
0 commit comments