Commit 0cee325f authored by Fatih Acet's avatar Fatih Acet

Merge branch '37211-diff-comments-fix-ctrl-enter-tooltip' into 'master'

Resolve ""You can also press Ctrl-Enter" tooltip lingers after Tab+Enter"

Closes #37211

See merge request gitlab-org/gitlab-ce!17560
parents 08c407cc 50432548
...@@ -72,5 +72,5 @@ $(document).on('keyup.quick_submit', '.js-quick-submit input[type=submit], .js-q ...@@ -72,5 +72,5 @@ $(document).on('keyup.quick_submit', '.js-quick-submit input[type=submit], .js-q
title, title,
trigger: 'manual', trigger: 'manual',
}); });
$this.tooltip('show').one('blur', () => $this.tooltip('hide')); $this.tooltip('show').one('blur click', () => $this.tooltip('hide'));
}); });
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment