diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-07-12 20:18:24 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-07-12 20:18:24 -0400 |
commit | 59d32987f4f220c97a3b3cd4886ba47f3e8c4341 (patch) | |
tree | 314e850215e6dba5bf7ff0ec451d7d8ef7aa3142 /src/client/util/TooltipTextMenu.tsx | |
parent | 2333a91aa6a3fcf555b378f903a457fcb04905a2 (diff) |
second link icon commented out in rich text bar
Diffstat (limited to 'src/client/util/TooltipTextMenu.tsx')
-rw-r--r-- | src/client/util/TooltipTextMenu.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/util/TooltipTextMenu.tsx b/src/client/util/TooltipTextMenu.tsx index 930379c65..d287ff9b1 100644 --- a/src/client/util/TooltipTextMenu.tsx +++ b/src/client/util/TooltipTextMenu.tsx @@ -252,7 +252,7 @@ export class TooltipTextMenu { this.linkEditor.appendChild(this.linkDrag); // this.linkEditor.appendChild(this.linkText); // this.linkEditor.appendChild(linkBtn); - this.tooltip.appendChild(this.linkEditor); + // this.tooltip.appendChild(this.linkEditor); } let node = this.view.state.selection.$from.nodeAfter; @@ -266,7 +266,7 @@ export class TooltipTextMenu { e.preventDefault(); } }; - this.tooltip.appendChild(this.linkEditor); + // this.tooltip.appendChild(this.linkEditor); } makeLink = (target: string) => { |