aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/LinkManager.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/util/LinkManager.ts')
-rw-r--r--src/client/util/LinkManager.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/util/LinkManager.ts b/src/client/util/LinkManager.ts
index c15e91df6..175de0fa5 100644
--- a/src/client/util/LinkManager.ts
+++ b/src/client/util/LinkManager.ts
@@ -34,7 +34,7 @@ export class LinkManager {
static links: Doc[] = [];
constructor() {
LinkManager._instance = this;
- this.createLinkrelationshipList();
+ this.createLinkrelationshipLists();
setTimeout(() => {
LinkManager.userLinkDBs = [];
const addLinkToDoc = (link: Doc) => {
@@ -98,7 +98,7 @@ export class LinkManager {
}
- public createLinkrelationshipList = () => {
+ public createLinkrelationshipLists = () => {
const linkRelationshipList = new List<string>();
const linkColorList = new List<string>();
Doc.UserDoc().linkRelationshipList = linkRelationshipList;