Auto save on comma too

pull/212/head
M66B 2 years ago
parent 34f3b123e0
commit bccb6e7ec1

@ -2332,6 +2332,7 @@ public class Helper {
static boolean isEndChar(char c) {
return (c == '.' /* Latin */ ||
c == '。' /* Chinese */ ||
c == ',' ||
c == ':' || c == ';' ||
c == '?' || c == '!');
}

Loading…
Cancel
Save