1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 23:20:51 +00:00

[dir view] '.repo-op' UI: bugfix

This commit is contained in:
llj
2017-02-17 13:26:43 +08:00
parent c86170f6ae
commit c8f5d4ed5d

View File

@@ -176,7 +176,6 @@ define([
this.$el_con.show();
this.setFileInput();
this.updateDirOpBarUI(); // should be after `setFileInput()`
// there may be a 'style' added via 'onWindowScroll()' when visiting last dir
this.$('.js-dir-content').removeAttr('style');
@@ -206,6 +205,8 @@ define([
this.dir.limit = 100;
this.render_dirents_slice(this.dir.last_start, this.dir.limit);
this.updateDirOpBarUI(); // after `render_dirents_slice`
this.getImageThumbnail();
},