mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
copy
This commit is contained in:
parent
5820838ad8
commit
e43423fae9
@ -36,7 +36,7 @@ codeElements.forEach((highlightBlock) => {
|
||||
document.body.removeChild(tempTextarea);
|
||||
|
||||
// Можно добавить визуальную обратную связь для пользователя, например, изменить стиль ::before
|
||||
// codeElement.style.setProperty('content', '"Copied!"');
|
||||
codeElement.style.setProperty('content', '"Скопировано в буфер обмена!"');
|
||||
// setTimeout(() => codeElement.style.removeProperty('content'), 1000);
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue
Block a user