Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SlTree: separate expand/collapse and selection behaviour in 'single' …
…mode (#1521) * Never select tree items when clicking the chevron This changes the behaviour of sl-tree so that clicking on the expand/collapse icon will not select/deselect the item, only toggle it's expanded state. * Refactor: inline SlTree.syncTreeItems This was only called from 2 places, and they each had different behaviour anyways. * SlTree: separate expand/collapse from selection This makes 'multi' and 'single' mode consistent with each other, and with native file managers.
- Loading branch information