From c8e5bc298c2726b16531581c1c2a97fe838b069b Mon Sep 17 00:00:00 2001 From: jedi Date: Wed, 22 May 2024 22:32:16 +0200 Subject: [PATCH] stash --- web/src/components/inputs/FormatedText.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/src/components/inputs/FormatedText.vue b/web/src/components/inputs/FormatedText.vue index ea52e94..227c23e 100644 --- a/web/src/components/inputs/FormatedText.vue +++ b/web/src/components/inputs/FormatedText.vue @@ -1,5 +1,5 @@ @@ -25,6 +25,9 @@ export default { } else { return value; } + }, + onchange(event) { + console.log(event.target.innerHTML); } } };