浏览代码

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