Updated docs

This commit is contained in:
Erik C. Thauvin 2023-10-18 19:06:21 -07:00
parent 9bbd5fd03c
commit b901d96b11
34 changed files with 177 additions and 90 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));