1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-27 00:30:09 +02:00

script: avoid autocomplete suggestion after comma

This commit is contained in:
Kushagra Gour
2018-01-14 12:25:23 +05:30
parent 76456179c2
commit a7a5cf0bee

View File

@@ -1327,6 +1327,7 @@ loginModal
!prefs.autoComplete || !prefs.autoComplete ||
input.origin !== '+input' || input.origin !== '+input' ||
input.text[0] === ';' || input.text[0] === ';' ||
input.text[0] === ',' ||
input.text[0] === ' ' input.text[0] === ' '
) { ) {
return; return;