mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 08:46:02 +00:00
Update page.tsx
This commit is contained in:
@@ -412,7 +412,11 @@ export default function PluginConfigPage() {
|
|||||||
setTimeout(() => setCopiedDebugKey(false), 2000);
|
setTimeout(() => setCopiedDebugKey(false), 2000);
|
||||||
}
|
}
|
||||||
} catch {
|
} catch {
|
||||||
|
const textArea = document.createElement('textarea');
|
||||||
|
textArea.value = text;
|
||||||
|
textArea.style.position = 'fixed';
|
||||||
|
textArea.style.left = '-999999px';
|
||||||
|
textArea.style.top = '-999999px';
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user