sl-vue-tree icon indicating copy to clipboard operation
sl-vue-tree copied to clipboard

Add support for removing all selected nodes directly.

Open mjamro opened this issue 5 years ago • 1 comments

Add a method for removing of selected nodes.

Current syntax:

var paths = this.$refs.tree.getSelected().map(m => m.path);
this.$refs.tree.remove(paths);

After changes

this.$refs.tree.removeSelected();

mjamro avatar Oct 12 '20 09:10 mjamro

Any chance on merging that?

mjamro avatar Jul 13 '21 20:07 mjamro