Do not rerender the selection menu on show

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-01-08 16:09:53 +01:00 committed by Backportbot
parent 64fd1b9fde
commit abca34522d
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@
*/
show: function(context) {
this._context = context;
this.render();
this.$el.removeClass('hidden');
if (window.innerWidth < 480) {
this.$el.removeClass('menu-center').addClass('menu-right');