dont update search onResize

this.updateSearch() sets the current file list instance and clears the box. This is unnecessary and makes the search box unsuable on some mobile devices where a keyboard fade-in causes a onResize trigger, which would then clear and blur the box.
This commit is contained in:
Fabian 2016-05-17 22:57:07 +02:00
parent de5b7609f9
commit 2a7d3dd831
1 changed files with 0 additions and 2 deletions

View File

@ -507,8 +507,6 @@
this.breadcrumb.setMaxWidth(containerWidth - actionsWidth - 10);
this.$table.find('>thead').width($('#app-content').width() - OC.Util.getScrollBarWidth());
this.updateSearch();
},
/**