Browse Source

HUE-3294 [core] Default to the editor

Enrico Berti 9 năm trước cách đây
mục cha
commit
f4bae0f
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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]);