mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-28 02:23:53 +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) => {
|
||||
if (text) {
|
||||
setClipboardInitialText(text);
|
||||
setShowPromptPicker(true);
|
||||
}
|
||||
});
|
||||
}, [electronAPI]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue