Load the link again when clicking a already selected treeview node, instead of just unselecting it

This commit is contained in:
Jan Böhmer 2024-01-28 21:48:32 +01:00
parent 03c7a71311
commit cb9e90ddc9

View file

@ -94,6 +94,8 @@ export default class extends Controller {
showTags: this._showTags,
data: data,
showIcon: true,
preventUnselect: true,
allowReselect: true,
onNodeSelected: (event) => {
const node = event.detail.node;
if (node.href) {