diff options
author | bobzel <zzzman@gmail.com> | 2021-09-03 13:16:48 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-09-03 13:16:48 -0400 |
commit | 64ff849d21273f7440917ef15a4b1c7f1909687c (patch) | |
tree | 12404a303ba20345ccefca8e836f80406ef30c11 /src/client/documents/Documents.ts | |
parent | 80baae4dcf49f818dca4dbfe340013e0e9d197bb (diff) |
fixed warnings. cleaned up link lines a bit more - simplified, and allowed multiple aliases to share a link. fixed link lines to text anchors from flapping around wildly when camera pans
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 671e27408..9a45da440 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -1217,7 +1217,7 @@ export namespace DocUtils { }), icon: Doc.toIcon(dragDoc), })) as ContextMenuProps[]; - documentList.push(math) + documentList.push(math); ContextMenu.Instance.addItem({ description: "Create document", subitems: documentList, |