diff options
author | bobzel <zzzman@gmail.com> | 2023-07-31 11:22:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 11:22:34 -0400 |
commit | a7fc6873a6a9faa7a2080bb0e689c3fa46bd2f7b (patch) | |
tree | 9da36cb2bf51aee1dbbcac65cb24c161d0aa9dd1 /src/client/views/DocumentButtonBar.tsx | |
parent | 08f125f5880247280c02633feeb31a8df1912b97 (diff) | |
parent | 215d6f5e13b826e60bc0058fe961b1a7270cfe9f (diff) |
Merge pull request #196 from brown-dash/james-azure-image
Azure Image Upload
Diffstat (limited to 'src/client/views/DocumentButtonBar.tsx')
-rw-r--r-- | src/client/views/DocumentButtonBar.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/DocumentButtonBar.tsx b/src/client/views/DocumentButtonBar.tsx index 16f5ad168..6f5e9f5c0 100644 --- a/src/client/views/DocumentButtonBar.tsx +++ b/src/client/views/DocumentButtonBar.tsx @@ -589,7 +589,6 @@ export class DocumentButtonBar extends React.Component<{ views: () => (DocumentV <div style={{ position: 'absolute', zIndex: 1000 }}> <LinkPopup key="popup" - showPopup={this._showLinkPopup} linkCreated={link => (link.link_displayLine = !IsFollowLinkScript(this.props.views().lastElement()?.rootDoc.onClick))} linkCreateAnchor={() => this.props.views().lastElement()?.ComponentView?.getAnchor?.(true)} linkFrom={() => this.props.views().lastElement()?.rootDoc} |