mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +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,
|
showTags: this._showTags,
|
||||||
data: data,
|
data: data,
|
||||||
showIcon: true,
|
showIcon: true,
|
||||||
|
preventUnselect: true,
|
||||||
|
allowReselect: true,
|
||||||
onNodeSelected: (event) => {
|
onNodeSelected: (event) => {
|
||||||
const node = event.detail.node;
|
const node = event.detail.node;
|
||||||
if (node.href) {
|
if (node.href) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue