Skip to content

Commit 296cc07

Browse files
committed
Increase timeouts before text edit saving
1 parent d17d020 commit 296cc07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension/options/js/options.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function saveFilterSuggestions() {
2121
}, function() {
2222
showSavedAlert();
2323
});
24-
}, 250);
24+
}, 500);
2525
}
2626

2727
function addFilterSuggestionDiv(index) {
@@ -146,7 +146,7 @@ function setListeners() {
146146
}, function() {
147147
showSavedAlert();
148148
});
149-
}, 250);
149+
}, 500);
150150
});
151151
}
152152

0 commit comments

Comments
 (0)