From 47e0f4f045ce81f118429bf9d2d0873bbccb4960 Mon Sep 17 00:00:00 2001 From: adamhun94 Date: Fri, 30 Aug 2024 15:49:06 +0200 Subject: [PATCH] Added @click handler to buttons Duplicated @tap event handler so the buttons will work with @click events too. --- lovelace-multiline-text-input-card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lovelace-multiline-text-input-card.js b/lovelace-multiline-text-input-card.js index cb29c0d..51ac472 100644 --- a/lovelace-multiline-text-input-card.js +++ b/lovelace-multiline-text-input-card.js @@ -131,7 +131,7 @@ renderButton(key) { return this.state.buttons[key] - ? html`
` + ? html`
` : null; }