Added auto-open object and also some fixes for vuex store issues revealed when adding this feature
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
/* Xeslint-disable */
|
||||
|
||||
import "@fortawesome/fontawesome-free/css/all.css";
|
||||
import "typeface-roboto/index.css";
|
||||
import "github-markdown-css";
|
||||
@@ -55,7 +54,7 @@ import attachmentControl from "./components/attachment-control.vue";
|
||||
//DEVELOPMENT MODE
|
||||
//THIS SHOULD BE FALSE IN RELEASE
|
||||
//************************************************************
|
||||
const DEV_MODE = false;
|
||||
const DEV_MODE = true;
|
||||
//************************************************************
|
||||
//**************************************************************
|
||||
//**************************************************************
|
||||
|
||||
Reference in New Issue
Block a user