From 396dc00bc92f8aca149be7eeb6bfeaf64ea6069a Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 17 Feb 2022 12:06:25 +0100 Subject: [PATCH] Add some toy example for a contenteditable div Note: does not work currenty, because the parent attribute overwrites the value. Need to implement something that prevents the overwrite while the element is focused --- .../src/components/content-forms/TextForm.vue | 37 ++++++++++++++++--- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/client/src/components/content-forms/TextForm.vue b/client/src/components/content-forms/TextForm.vue index e8ec7762..3048e0f2 100644 --- a/client/src/components/content-forms/TextForm.vue +++ b/client/src/components/content-forms/TextForm.vue @@ -1,5 +1,12 @@