We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d1d78 commit cdf0f09Copy full SHA for cdf0f09
tabnotes.js
@@ -9,7 +9,7 @@ function logKey(e) {
9
timeoutId = setTimeout(function() {
10
// Runs 1 second (1000 ms) after the last change
11
saveToDB();
12
- }, 1000);
+ }, 10);
13
}
14
15
function saveToDB() {
0 commit comments