From a7a5cf0bee84957eebd3020cc9ad1ede86b39206 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sun, 14 Jan 2018 12:25:23 +0530 Subject: [PATCH] script: avoid autocomplete suggestion after comma --- src/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/script.js b/src/script.js index b84442e..64b597e 100644 --- a/src/script.js +++ b/src/script.js @@ -1327,6 +1327,7 @@ loginModal !prefs.autoComplete || input.origin !== '+input' || input.text[0] === ';' || + input.text[0] === ',' || input.text[0] === ' ' ) { return;