Explorar o código

HUE-3294 [core] Default to the editor

Enrico Berti %!s(int64=9) %!d(string=hai) anos
pai
achega
f4bae0f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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]);