mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-15 03:38:50 +01:00
Load the link again when clicking a already selected treeview node, instead of just unselecting it
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user