diff options
author | bobzel <zzzman@gmail.com> | 2025-02-28 15:40:51 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-02-28 15:40:51 -0500 |
commit | 0e7ae057264445ece675e4b5d2380893ea124112 (patch) | |
tree | 2ed07331abb4a7be9e131cfe1d86ede2b9a5dee5 /src/client/views/MainView.tsx | |
parent | 264a11754d31458f823812a85f4ee7b6d8f0596b (diff) |
fixed gptpopup disappearing in overlayView. added creation of images based on selection image in gptpopup.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 8b0354471..631c10b89 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -169,7 +169,6 @@ export class MainView extends ObservableReactComponent<object> { mainDocViewHeight = () => this._dashUIHeight - this.headerBarDocHeight(); componentDidMount() { - OverlayView.Instance.addWindow(<GPTPopup />, { x: 400, y: 200, width: 500, height: 400, title: 'GPT', backgroundColor: 'transparent', isHidden: () => !SnappingManager.ChatVisible, onClick: () => SnappingManager.SetChatVisible(false) }); // Utils.TraceConsoleLog(); reaction( // when a multi-selection occurs, remove focus from all active elements to allow keyboad input to go only to global key manager to act upon selection |