mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Load the link again when clicking a already selected treeview node, instead of just unselecting it
This commit is contained in:
parent
03c7a71311
commit
cb9e90ddc9
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue