fix: wait for clipboard copy

This commit is contained in:
Timothy J. Baek 2024-03-13 12:43:45 -07:00
parent 4b874f2284
commit 77aa35ac94

View File

@ -322,7 +322,7 @@ const AltCmdIShortcutHandler = async () => {
i++;
}
await sleep(100);
await sleep(500);
const prompt = await clipboard.readText();
console.log(prompt);