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
parent 8899162463
commit c03122fc34
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
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');