diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-07 18:50:33 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-07 18:50:33 -0400 |
commit | ebc1e7bd1c34e948fd7288cde19f600a8e2985ee (patch) | |
tree | 784e857c77892bbfedfa43a28d90b45b7ff97896 /src/client/util/TooltipTextMenu.tsx | |
parent | 463cf0c4a6225fe01492510238973eabc1577fd5 (diff) |
fixed-up captions to work with text again.
Diffstat (limited to 'src/client/util/TooltipTextMenu.tsx')
-rw-r--r-- | src/client/util/TooltipTextMenu.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/TooltipTextMenu.tsx b/src/client/util/TooltipTextMenu.tsx index 55c6e6609..0b1613ed6 100644 --- a/src/client/util/TooltipTextMenu.tsx +++ b/src/client/util/TooltipTextMenu.tsx @@ -851,7 +851,7 @@ export class TooltipTextMenu { update(view: EditorView, lastState: EditorState | undefined) { this.updateInternal(view, lastState, this.editorProps) } //updates the tooltip menu when the selection changes - private updateInternal(view: EditorView, lastState: EditorState | undefined, props: any) { + public updateInternal(view: EditorView, lastState: EditorState | undefined, props: any) { this.view = view; let state = view.state; props && (this.editorProps = props); |