aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/RichTextSchema.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-10-04 17:01:09 -0400
committerbob <bcz@cs.brown.edu>2019-10-04 17:01:09 -0400
commit54f2067dbadb66e22249c1572bdc5d6d097f41d1 (patch)
tree1d2ca9858ed0835efde003429d4dd2fb8c849f23 /src/client/util/RichTextSchema.tsx
parentdcaad9277d2b25e1707964c442c4d19aae59d533 (diff)
restored tooltiptextmenu
Diffstat (limited to 'src/client/util/RichTextSchema.tsx')
-rw-r--r--src/client/util/RichTextSchema.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/util/RichTextSchema.tsx b/src/client/util/RichTextSchema.tsx
index 53eaf9ce2..948a3c5bd 100644
--- a/src/client/util/RichTextSchema.tsx
+++ b/src/client/util/RichTextSchema.tsx
@@ -864,7 +864,6 @@ export class FootnoteView {
if (this.innerView) this.close();
}
open() {
- if (!this.outerView.isOverlay) return;
// Append a tooltip to the outer node
let tooltip = this.dom.appendChild(document.createElement("div"));
tooltip.className = "footnote-tooltip";