mirror of
https://github.com/open-webui/assistant
synced 2025-05-10 23:10:33 +00:00
fix: wait for clipboard copy
This commit is contained in:
parent
4b874f2284
commit
77aa35ac94
@ -322,7 +322,7 @@ const AltCmdIShortcutHandler = async () => {
|
|||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
await sleep(100);
|
await sleep(500);
|
||||||
|
|
||||||
const prompt = await clipboard.readText();
|
const prompt = await clipboard.readText();
|
||||||
console.log(prompt);
|
console.log(prompt);
|
||||||
|
Loading…
Reference in New Issue
Block a user