diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-04 15:38:19 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-04 15:38:19 -0400 |
| commit | 982f66c87ed30ee179d6ec5ada10a4ccaab0522e (patch) | |
| tree | 295b35fd0b6343d6781a443395bfb98e3efd026e /src/client/views/GlobalKeyHandler.ts | |
| parent | 9811044a5731fb949b2a59962308cfc4d9df09fb (diff) | |
more search cleanup
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())); - })(); } } |
