This commit is contained in:
fruworg 2023-08-02 22:54:48 +06:00
parent e43423fae9
commit b64f0ecc0a

View File

@ -37,6 +37,6 @@ codeElements.forEach((highlightBlock) => {
// Можно добавить визуальную обратную связь для пользователя, например, изменить стиль ::before
codeElement.style.setProperty('content', '"Скопировано в буфер обмена!"');
// setTimeout(() => codeElement.style.removeProperty('content'), 1000);
setTimeout(() => codeElement.style.removeProperty('content'), 1000);
});
});