about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/composer/textarea/index.js
diff options
context:
space:
mode:
authorkibigo! <marrus-sh@users.noreply.github.com>2018-01-04 21:17:30 -0800
committerkibigo! <marrus-sh@users.noreply.github.com>2018-01-04 21:17:30 -0800
commitd7ce339c2e33a5607c21d3eff316669cff9c6ea3 (patch)
tree01c4d0a820a52fad49708cb78ca3e71c78e234a5 /app/javascript/flavours/glitch/features/composer/textarea/index.js
parent42f50049ff29ccdc484c22f8a5a19cda2dd03a5b (diff)
WIP <Compose> Refactor; Fin~
Diffstat (limited to 'app/javascript/flavours/glitch/features/composer/textarea/index.js')
-rw-r--r--app/javascript/flavours/glitch/features/composer/textarea/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/composer/textarea/index.js b/app/javascript/flavours/glitch/features/composer/textarea/index.js
index 1b6f79bba..955c06098 100644
--- a/app/javascript/flavours/glitch/features/composer/textarea/index.js
+++ b/app/javascript/flavours/glitch/features/composer/textarea/index.js
@@ -32,7 +32,7 @@ const handlers = {
 
   //  When blurring the textarea, suggestions are hidden.
   handleBlur () {
-    this.setState({ suggestionsHidden: true });
+    //this.setState({ suggestionsHidden: true });
   },
 
   //  When the contents of the textarea change, we have to pull up new