aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakaba Hitoyo <hakabahitoyo@yahoo.co.jp>2018-04-24 07:48:30 +0000
committerHakaba Hitoyo <hakabahitoyo@yahoo.co.jp>2018-04-24 07:48:30 +0000
commitbb92798b748f912c0f01aec4a1cb42efcd37f54b (patch)
tree45cc7f3ef8c6ae58dc7d9427be9b57001691a9a8
parent935b7745eac6b0dd4e5aa406d5f7d25cdfcca3f0 (diff)
Collapse chat by default
-rw-r--r--src/components/chat_panel/chat_panel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chat_panel/chat_panel.js b/src/components/chat_panel/chat_panel.js
index d528d0a1..d8736d17 100644
--- a/src/components/chat_panel/chat_panel.js
+++ b/src/components/chat_panel/chat_panel.js
@@ -3,7 +3,7 @@ const chatPanel = {
return {
currentMessage: '',
channel: null,
- collapsed: false
+ collapsed: true
}
},
computed: {