Update page.tsx

This commit is contained in:
Typer_Body
2026-01-25 01:37:15 +08:00
committed by GitHub
parent 24d865bcd3
commit 77047e87d6

View File

@@ -412,7 +412,11 @@ export default function PluginConfigPage() {
setTimeout(() => setCopiedDebugKey(false), 2000);
}
} catch {
const textArea = document.createElement('textarea');
textArea.value = text;
textArea.style.position = 'fixed';
textArea.style.left = '-999999px';
textArea.style.top = '-999999px';
}
};