aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/TooltipTextMenu.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-10-07 20:02:57 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-10-07 20:02:57 -0400
commit86139163d9424a0eb95eacd5cdfd608048c0a4bd (patch)
treec04db04a4810ed19238d75aa2774c1a55dec3ded /src/client/util/TooltipTextMenu.tsx
parent37091a45ce38c1fade316b50ec891c37ed25227e (diff)
from last
Diffstat (limited to 'src/client/util/TooltipTextMenu.tsx')
-rw-r--r--src/client/util/TooltipTextMenu.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/TooltipTextMenu.tsx b/src/client/util/TooltipTextMenu.tsx
index 0b1613ed6..765c2fe92 100644
--- a/src/client/util/TooltipTextMenu.tsx
+++ b/src/client/util/TooltipTextMenu.tsx
@@ -849,7 +849,7 @@ export class TooltipTextMenu {
}
}
- update(view: EditorView, lastState: EditorState | undefined) { this.updateInternal(view, lastState, this.editorProps) }
+ update(view: EditorView, lastState: EditorState | undefined) { this.updateInternal(view, lastState, this.editorProps); }
//updates the tooltip menu when the selection changes
public updateInternal(view: EditorView, lastState: EditorState | undefined, props: any) {
this.view = view;