diff options
| author | Andy Rickert <andrew_rickert@brown.edu> | 2020-08-04 22:08:49 -0400 |
|---|---|---|
| committer | Andy Rickert <andrew_rickert@brown.edu> | 2020-08-04 22:08:49 -0400 |
| commit | 02f3d218aa084f00211ffa9e632ea0cdc4d2a531 (patch) | |
| tree | ec0d4456e49fb55dfb5756eac71eee07d92ee610 /src/client/views/GlobalKeyHandler.ts | |
| parent | e83fd812ed3798a7e7c22ad132a2f9e8dccaa76c (diff) | |
| parent | 7d296bf47dd373c5cb74eecda149ba1aa608acbc (diff) | |
pull
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
| -rw-r--r-- | src/client/views/GlobalKeyHandler.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts index 49ddc7374..c9f95a538 100644 --- a/src/client/views/GlobalKeyHandler.ts +++ b/src/client/views/GlobalKeyHandler.ts @@ -320,8 +320,6 @@ export default class KeyManager { undoBatch(() => { targetDataDoc[fieldKey] = new List<Doc>([...docList, ...added]); targetDataDoc[fieldKey + "-lastModified"] = new DateField(new Date(Date.now())); - targetDataDoc["lastModified"] = new DateField(new Date(Date.now())); - })(); } } |
