mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-06 22:12:12 +02:00
refactor: remove prompt picker display on quick ask text retrieval
- Eliminated the automatic display of the prompt picker when quick ask text is retrieved from the Electron API, streamlining the user experience.
This commit is contained in:
parent
91ea293fa2
commit
e574b5ec4a
1 changed files with 0 additions and 1 deletions
|
|
@ -364,7 +364,6 @@ const Composer: FC = () => {
|
||||||
electronAPI.getQuickAskText().then((text) => {
|
electronAPI.getQuickAskText().then((text) => {
|
||||||
if (text) {
|
if (text) {
|
||||||
setClipboardInitialText(text);
|
setClipboardInitialText(text);
|
||||||
setShowPromptPicker(true);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}, [electronAPI]);
|
}, [electronAPI]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue