Skip to content

Commit fd51049

Browse files
committed
Merge amsik#186
1 parent ab6b428 commit fd51049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Tree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default class Tree {
9393
node.showChildren = true
9494
})
9595

96-
this.vm.matches.length = 0
96+
this.vm.matches.splice(0)
9797
this.vm.$emit('tree:filtered', [], '')
9898
}
9999

0 commit comments

Comments
 (0)