diff options
author | Eric <ericmabr@gmail.com> | 2023-08-15 14:40:56 -0400 |
---|---|---|
committer | Eric <ericmabr@gmail.com> | 2023-08-15 14:40:56 -0400 |
commit | 98d40d63fce7e63bce264b07dbb433dfe2b88d0c (patch) | |
tree | 793d0d1ddffa42fdd9b70e45ce19a14d2692cfd3 /src/client/views/nodes/DocumentView.tsx | |
parent | 0020ec69b847c8607affb57babddfddc812dc9b6 (diff) |
Freeze
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index bb9f45bdd..419800ad5 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -1626,4 +1626,4 @@ ScriptingGlobals.add(function updateLinkCollection(linkCollection: Doc, linkSour }); embedding && DocServer.UPDATE_SERVER_CACHE(); // if a new embedding was made, update the client's server cache so that it will not come back as a promise return links; -}); +});
\ No newline at end of file |