Jelajahi Sumber

HUE-3294 [core] Default to the editor

Enrico Berti 9 tahun lalu
induk
melakukan
f4bae0f
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  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]);