summaryrefslogtreecommitdiffstats
path: root/webapp/plugins
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-08-04 14:07:08 -0500
committerGitHub <noreply@github.com>2017-08-04 14:07:08 -0500
commitefe477abf8138c0872ae6c40b8522d1523f41dc3 (patch)
tree402d9fa8cef14970acda8005bff8b4b687cb4262 /webapp/plugins
parentefdbb6ee547682da86a1a2115a55a511cf88514d (diff)
downloadchat-efe477abf8138c0872ae6c40b8522d1523f41dc3.tar.gz
chat-efe477abf8138c0872ae6c40b8522d1523f41dc3.tar.bz2
chat-efe477abf8138c0872ae6c40b8522d1523f41dc3.zip
make suggestion box focus more robust, require more explicit enabling (#7123)
Diffstat (limited to 'webapp/plugins')
-rw-r--r--webapp/plugins/jira/components/settings.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/plugins/jira/components/settings.jsx b/webapp/plugins/jira/components/settings.jsx
index c0f7a0a7b..87a44794b 100644
--- a/webapp/plugins/jira/components/settings.jsx
+++ b/webapp/plugins/jira/components/settings.jsx
@@ -206,6 +206,7 @@ export default class JIRASettings extends AdminSettings {
disabled={!this.state.enabled}
type='input'
requiredCharacters={0}
+ openOnFocus={true}
/>
</div>
</Setting>