mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Docs: change clipboard cursor type to pointer (#19064)
This commit is contained in:
@@ -360,6 +360,7 @@ proc copyToClipboard*() {.exportc.} =
|
||||
const button = document.createElement("button")
|
||||
button.value = e.textContent.replace('...', '')
|
||||
button.classList.add("copyToClipBoardBtn")
|
||||
button.style = "cursor: pointer"
|
||||
|
||||
div.appendChild(preTag)
|
||||
div.appendChild(button)
|
||||
@@ -396,4 +397,4 @@ proc copyToClipboard*() {.exportc.} =
|
||||
"""
|
||||
.}
|
||||
|
||||
copyToClipboard()
|
||||
copyToClipboard()
|
||||
|
||||
Reference in New Issue
Block a user