mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 12:55:48 +08:00
Revert "Merge pull request #2713 from cpradio/master"
This reverts commit a9de189682b0e0ec7c6b4209b4352d28c1a1e428, reversing changes made to b7ab43e454683db208a177ecf48af294189a2321.
This commit is contained in:
parent
a9de189682
commit
b5b13b8c5f
@ -58,7 +58,7 @@ export default Discourse.View.extend({
|
||||
// fade it fast
|
||||
$dropdown.fadeIn('fast');
|
||||
// autofocus any text input field
|
||||
$dropdown.find('input[type=text],a:first').focus().select();
|
||||
$dropdown.find('input[type=text]').focus().select();
|
||||
|
||||
$html.on('click.d-dropdown', function(e) {
|
||||
return $(e.target).closest('.d-dropdown').length > 0 ? true : hideDropdown.apply(self);
|
||||
|
Loading…
x
Reference in New Issue
Block a user