bugfix
This commit is contained in:
parent
fb04d22c7f
commit
8993b0efef
@ -92,7 +92,7 @@ bricks.RTCClient = class extends bricks.VBox {
|
||||
items:items
|
||||
});
|
||||
menu.set_css('popup');
|
||||
Bricks.Body.add_widget(menu);
|
||||
bricks.Body.add_widget(menu);
|
||||
menu.bind('command', this.call_peer.bind(this));
|
||||
this.menu = menu;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user