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:
@@ -1327,6 +1327,7 @@ loginModal
|
||||
!prefs.autoComplete ||
|
||||
input.origin !== '+input' ||
|
||||
input.text[0] === ';' ||
|
||||
input.text[0] === ',' ||
|
||||
input.text[0] === ' '
|
||||
) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user