Merge pull request #4882 from Zlash65/onclick-tree-fix
[Fix] Onclick select node not working in TreeView
This commit is contained in:
commit
cc9cec8f4e
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ frappe.ui.Tree = class {
|
|||
|
||||
set_selected_node(node) {
|
||||
this.selected_node = node;
|
||||
this.on_click && this.on_click();
|
||||
this.on_click && this.on_click(node);
|
||||
}
|
||||
|
||||
load_children(node, deep=false) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue