瀏覽代碼

HUE-3294 [core] Default to the editor

Enrico Berti 9 年之前
父節點
當前提交
f4bae0f
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      desktop/core/src/desktop/templates/responsive.mako

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

@@ -422,9 +422,10 @@ ${ assist.assistPanel() }
         }
 
         huePubSub.subscribe('switch.app', function (name) {
-          console.log(name);
           self.currentApp(name);
         });
+
+        self.currentApp('editor');
       };
 
       ko.applyBindings(new OnePageViewModel(), $('.page-content')[0]);