summaryrefslogtreecommitdiffstats
path: root/src/store
diff options
context:
space:
mode:
authorCyrille Bollu <cyrpub@bollu.be>2019-10-15 16:00:43 +0200
committerRobin Appelman <robin@icewind.nl>2020-10-13 23:53:40 +0200
commitd8792993d4ebf3bb545508a2174a16d68c82b74c (patch)
treec12104cb0f334f572078853cc22941e2766f4396 /src/store
parent265c2686a2e452d4d7e21742aa652219ac06a973 (diff)
IMPROVEMENT: In single-post timeline, automaticaly hide the composer when
clicking its close ('x') icon. Signed-off-by: Cyrille Bollu <cyrpub@bollu.be>
Diffstat (limited to 'src/store')
-rw-r--r--src/store/timeline.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/store/timeline.js b/src/store/timeline.js
index 0bb4aa01..031f3306 100644
--- a/src/store/timeline.js
+++ b/src/store/timeline.js
@@ -48,7 +48,8 @@ const state = {
*/
params: {},
account: '',
- /* Tells whether the composer should be displayed or not
+ /* Tells whether the composer should be displayed or not.
+ * It's up to the view to honor this status or not.
* @member {boolean}
*/
composerDisplayStatus: false