bugfix
This commit is contained in:
parent
5bb8c5b495
commit
e322892465
@ -76,7 +76,7 @@ bricks.TabPanel = class extends bricks.Layout {
|
||||
this.toolbar.bind('ready', this.show_first_tab.bind(this));
|
||||
this.tab_container.add_widget(this.toolbar);
|
||||
}
|
||||
show_tabcontent = async function(event){
|
||||
async show_tabcontent(event){
|
||||
var tdesc = event.params;
|
||||
var items = this.opts.items;
|
||||
if (tdesc.name == this.cur_tab_name){
|
||||
|
Loading…
Reference in New Issue
Block a user