Merge pull request #24682 from f4bsch/master
dont update search onResize
This commit is contained in:
commit
f8bbbba306
|
@ -507,8 +507,6 @@
|
||||||
this.breadcrumb.setMaxWidth(containerWidth - actionsWidth - 10);
|
this.breadcrumb.setMaxWidth(containerWidth - actionsWidth - 10);
|
||||||
|
|
||||||
this.$table.find('>thead').width($('#app-content').width() - OC.Util.getScrollBarWidth());
|
this.$table.find('>thead').width($('#app-content').width() - OC.Util.getScrollBarWidth());
|
||||||
|
|
||||||
this.updateSearch();
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue