summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filemultiselectmenu.js
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-01-30 10:21:23 +0100
committerGitHub <noreply@github.com>2019-01-30 10:21:23 +0100
commit53fd4997cc4abfbff35276e7b02be1eeca068a41 (patch)
tree0acb97cc0eac3e4a800b458c92ef80f235a8df8e /apps/files/js/filemultiselectmenu.js
parentecc8cccc4257580b0867000509bef0b22cec84f4 (diff)
parent907deab278d1c89784e26aa46fb0ff471ab04546 (diff)
downloadnextcloud-server-53fd4997cc4abfbff35276e7b02be1eeca068a41.tar.gz
nextcloud-server-53fd4997cc4abfbff35276e7b02be1eeca068a41.zip
Merge pull request #12364 from tomasz-grobelny/file_range_select
Ability to select file ranges with mouse or touchscreen
Diffstat (limited to 'apps/files/js/filemultiselectmenu.js')
-rw-r--r--apps/files/js/filemultiselectmenu.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/filemultiselectmenu.js b/apps/files/js/filemultiselectmenu.js
index d50fe28eace..c0ee1d163c7 100644
--- a/apps/files/js/filemultiselectmenu.js
+++ b/apps/files/js/filemultiselectmenu.js
@@ -36,6 +36,7 @@
*/
show: function(context) {
this._context = context;
+ this.render();
this.$el.removeClass('hidden');
if (window.innerWidth < 480) {
this.$el.removeClass('menu-center').addClass('menu-right');