mirror of
https://github.com/jaandrle/deka-dom-el
synced 2025-07-29 23:10:15 +02:00
🔤 ui p14
This commit is contained in:
@@ -356,11 +356,12 @@ export function converter() {
|
||||
"dd<el> Output",
|
||||
el("div", { className: "button-group" }).append(
|
||||
el("button", {
|
||||
textContent: "Copy",
|
||||
type: "button",
|
||||
className: "copy-button",
|
||||
title: "Copy to clipboard",
|
||||
disabled: S(() => !ddeOutput.get())
|
||||
}, onCopy).append("Copy")
|
||||
}, onCopy)
|
||||
)
|
||||
),
|
||||
el("textarea", {
|
||||
|
Reference in New Issue
Block a user