BSTreeView now rudimentaly works.

This commit is contained in:
Jan Böhmer 2022-08-06 04:04:06 +02:00
parent a8ff18a340
commit c13245fc2d
3 changed files with 30 additions and 26 deletions

View file

@ -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