mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-28 21:49:40 +02:00
chore: biome checks
This commit is contained in:
parent
c97887a63d
commit
481ec5533b
1 changed files with 8 additions and 8 deletions
|
|
@ -48,7 +48,7 @@ export function useApiKey(): UseApiKeyReturn {
|
||||||
textArea.select();
|
textArea.select();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const successful = document.execCommand('copy');
|
const successful = document.execCommand("copy");
|
||||||
document.body.removeChild(textArea);
|
document.body.removeChild(textArea);
|
||||||
|
|
||||||
if (successful) {
|
if (successful) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue