diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-07-15 17:35:35 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-08-07 01:22:43 +0200 |
commit | ad90ba27cdcdcd60e04ee0b781c6698124e900fa (patch) | |
tree | 05962caad5926625c3d096c4c2503484d6ebef42 /apps/files/js/detailsview.js | |
parent | ff614a7dbde66a9cd795a674d0e0635b6f32e3a5 (diff) | |
download | nextcloud-server-ad90ba27cdcdcd60e04ee0b781c6698124e900fa.tar.gz nextcloud-server-ad90ba27cdcdcd60e04ee0b781c6698124e900fa.zip |
Styling fixes + hightlight in files sidebar
Sidebar scrolls with contents
Highlight currently show file
Diffstat (limited to 'apps/files/js/detailsview.js')
-rw-r--r-- | apps/files/js/detailsview.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/detailsview.js b/apps/files/js/detailsview.js index d69d8c09c16..feced7e34dd 100644 --- a/apps/files/js/detailsview.js +++ b/apps/files/js/detailsview.js @@ -153,6 +153,7 @@ setFileInfo: function(fileInfo) { this._fileInfo = fileInfo; + // FIXME: this will render panels twice this.render(); // notify all panels |