mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
BSTreeView now rudimentaly works.
This commit is contained in:
parent
a8ff18a340
commit
c13245fc2d
3 changed files with 30 additions and 26 deletions
|
@ -55,7 +55,8 @@ export default class extends Controller {
|
|||
showBorder: true,
|
||||
searchResultBackColor: primary_color,
|
||||
searchResultColor: '#000',
|
||||
onNodeSelected: function (event, data) {
|
||||
onNodeSelected: function (event) {
|
||||
const data = event.detail.data;
|
||||
if (data.href) {
|
||||
|
||||
//Simulate a click so we just change the inner frame
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue