Skip to content

Commit cbfe168

Browse files
committed
Take focus off of add suggestion button after clicking
1 parent c0789ba commit cbfe168

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extension/options/js/options.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ function setInitialState() {
102102

103103
$("#add_suggestion_filter").click(function() {
104104
addFilterSuggestionDiv(true);
105+
setTimeout(function() {
106+
$("#add_suggestion_filter").blur();
107+
}, 250);
105108
});
106109

107110
$("#filter_suggestion_count").on("change", function() {

0 commit comments

Comments
 (0)