Sfoglia il codice sorgente

Set default editor display to false

sbkwgh 8 anni fa
parent
commit
faceacc6e9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/store/index.js

+ 1 - 1
src/store/index.js

@@ -33,7 +33,7 @@ export default new Vuex.Store({
 		editors: {
 			thread: {
 				value: '',
-				visible: true
+				visible: false
 			}
 		}
 	},