This commit is contained in:
yumoqing 2025-03-20 17:27:40 +08:00
parent b988f7826f
commit afb5bda5ef

View File

@ -231,7 +231,7 @@ bricks.Tree = class extends bricks.VScrollPanel {
switch (opts.name){
case 'add':
this.add_new_node();
breaks;
break;
case 'delete':
this.delete_node();
break;