This commit is contained in:
syuilo
2018-04-22 17:04:52 +09:00
parent 4e032a9188
commit d2d3a7d52b
7 changed files with 374 additions and 232 deletions

View File

@ -24,7 +24,7 @@ export function isValidText(text: string): boolean {
}
export function isValidCw(text: string): boolean {
return text.length <= 100 && text.trim() != '';
return text.length <= 100;
}
export type INote = {