This commit is contained in:
InsanusMokrassar
2023-10-22 19:42:03 +00:00
parent 8960d421c2
commit e37303d422
118 changed files with 269 additions and 182 deletions

View File

@@ -1,3 +1,7 @@
/*
* Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
*/
window.addEventListener('load', () => {
document.querySelectorAll('span.copy-icon').forEach(element => {
element.addEventListener('click', (el) => copyElementsContentToClipboard(element));