Skip to content

Commit

Permalink
jsdialog: allow to open links inside treeview
Browse files Browse the repository at this point in the history
This is used in Audit dialog to open SDK help

Signed-off-by: Szymon Kłos <[email protected]>
Change-Id: I2feb1cfd607620a6acd27fe7f4d9f01f461af6fb
  • Loading branch information
eszkadev committed Jan 3, 2025
1 parent f1776f6 commit a91ab3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions browser/src/control/jsdialog/Widget.TreeView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,6 @@ class TreeViewControl {
entry.row,
builder,
);

if (e) e.preventDefault();
};
}

Expand Down

0 comments on commit a91ab3f

Please sign in to comment.