Pārlūkot izejas kodu

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

Enrico Berti 9 gadi atpakaļ
vecāks
revīzija
3169f52
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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')]){