Skip to content

Commit 94309c8

Browse files
committed
Add the missing menu arrow on mobile
Signed-off-by: Joas Schilling <[email protected]>
1 parent 297090b commit 94309c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js-src/components/root.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
this._$icon = $(this.$refs.icon);
8080
8181
// Bind the button click event
82-
OC.registerMenu($(this.$refs.button), $(this.$refs.container));
82+
OC.registerMenu($(this.$refs.button), $(this.$refs.container), undefined, true);
8383
},
8484
8585
updated: function() {

0 commit comments

Comments
 (0)