diff options
author | bobzel <zzzman@gmail.com> | 2024-10-02 13:23:19 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-10-02 13:23:19 -0400 |
commit | 6f55a2dc0d00a50226c5ffa300d16723101f9ad7 (patch) | |
tree | 5935cefa829560dac4ba2b8a217160cbb75215ce /src/client/views/nodes/formattedText/FormattedTextBox.tsx | |
parent | 628ab7b5dc1b2d68469d07bc92bc086a44a9704e (diff) |
enabled creating falshcards from a text box selection.
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index 9024d7e1d..a5380e6ac 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -231,6 +231,7 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<FormattedTextB setupAnchorMenu = () => { AnchorMenu.Instance.Status = 'marquee'; AnchorMenu.Instance.gptFlashcards = this.gptPDFFlashcards; + AnchorMenu.Instance.addToCollection = this._props.DocumentView?.()._props.addDocument; AnchorMenu.Instance.OnClick = () => { !this.layoutDoc.layout_showSidebar && this.toggleSidebar(); setTimeout(() => this._sidebarRef.current?.anchorMenuClick(this.makeLinkAnchor(undefined, OpenWhere.addRight, undefined, 'Anchored Selection', true))); // give time for sidebarRef to be created |