This commit is contained in:
yumoqing 2025-12-29 14:40:10 +08:00
parent a0c1613d48
commit 8f67e3e1fd

View File

@ -20,7 +20,7 @@ bricks.Menu = class extends bricks.VScrollPanel {
this.container = new bricks.VBox({});
this.container.user_data = opts;
this.add_widget(this.container);
this.schedule_once(this.create_children.bind(this.container, this.opts.items), 0.1);
schedule_once(this.create_children.bind(this.container, this.opts.items), 0.1);
}
create_submenu_container(){
let cp = new bricks.VBox({});