fix: Cannot duplicate document with title close to max title length

closes #1610
This commit is contained in:
Tom Moor
2020-10-27 19:15:35 -07:00
parent abd3a1ee12
commit 7ac724909d
4 changed files with 13 additions and 4 deletions

View File

@ -2,3 +2,4 @@
export const USER_PRESENCE_INTERVAL = 5000;
export const MAX_AVATAR_DISPLAY = 6;
export const MAX_TITLE_LENGTH = 100;