Преглед изворни кода

HUE-5542 [responsive] The file chooser not always shows up

Enrico Berti пре 9 година
родитељ
комит
3169f52
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      desktop/core/src/desktop/templates/responsive.mako

+ 1 - 1
desktop/core/src/desktop/templates/responsive.mako

@@ -594,7 +594,7 @@ ${ assist.assistPanel() }
             self.isLoadingEmbeddable(false);
           }
           $('.embeddable').hide();
-          $('#embeddable_' + newVal).show();
+          $('#embeddable_' + newVal).insertBefore($('.embeddable:first')).show();
         });
 
         if (window.location.getParameter('app') !== '' && self.EMBEDDABLE_PAGE_URLS[window.location.getParameter('app')]){