Эх сурвалжийг харах

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

Enrico Berti 9 жил өмнө
parent
commit
3169f52

+ 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')]){