bugfix
This commit is contained in:
parent
42a615792b
commit
9ce69fd6ba
@ -22,7 +22,7 @@ bricks.Menu = class extends bricks.VScrollPanel {
|
||||
this.container = new bricks.VBox({});
|
||||
this.container.user_data = opts;
|
||||
this.add_widget(this.container);
|
||||
schedule_once(this.create_children.bind(this, this.container, this.opts.items), 0.1);
|
||||
schedule_once(this.create_children.bind(this, this, this.opts.items), 0.1);
|
||||
}
|
||||
create_submenu_container(){
|
||||
let cp = new bricks.VBox({});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user