diff options
author | bobzel <zzzman@gmail.com> | 2020-08-02 13:31:59 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-02 13:31:59 -0400 |
commit | c91e6ad4a5b83340716a59ff90fb28f4038db972 (patch) | |
tree | 7cb76e9356866f9498ea92de881560d6496a2348 /src | |
parent | 45b3920911d385ea6a1d9a087c4bd02d52269875 (diff) |
added back empty fields request - not sure if it hurts anything or not.
Diffstat (limited to 'src')
-rw-r--r-- | src/client/DocServer.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/DocServer.ts b/src/client/DocServer.ts index 95b17bbb5..6fa8cf909 100644 --- a/src/client/DocServer.ts +++ b/src/client/DocServer.ts @@ -329,7 +329,6 @@ export namespace DocServer { map[id] = cached; } } - if (!requestedIds.length) return ({}); // 2) synchronously, we emit a single callback to the server requesting the serialized (i.e. represented by a string) // fields for the given ids. This returns a promise, which, when resolved, indicates that all the JSON serialized versions of |