aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DocumentView.tsx
diff options
context:
space:
mode:
authorEric <ericmabr@gmail.com>2023-08-15 14:40:56 -0400
committerEric <ericmabr@gmail.com>2023-08-15 14:40:56 -0400
commit98d40d63fce7e63bce264b07dbb433dfe2b88d0c (patch)
tree793d0d1ddffa42fdd9b70e45ce19a14d2692cfd3 /src/client/views/nodes/DocumentView.tsx
parent0020ec69b847c8607affb57babddfddc812dc9b6 (diff)
Freeze
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r--src/client/views/nodes/DocumentView.tsx2
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