From 09f4c34049b37907174bfe3109aae4b834f80863 Mon Sep 17 00:00:00 2001 From: Michael Ikemann <33489959+Alyxion@users.noreply.github.com> Date: Sat, 28 Dec 2024 04:37:29 +0100 Subject: [PATCH] Typo bugfix in elements/editor.js (#4148) The q-editor html tag in the template was never closed, instead a q-input tag was closed. Just by coincident stumbled over this, no negative impact experienced using the qeditor so far, nevertheless it should be fixed obviously. --- nicegui/elements/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nicegui/elements/editor.js b/nicegui/elements/editor.js index 9ab25a6be..d77f1c4ee 100644 --- a/nicegui/elements/editor.js +++ b/nicegui/elements/editor.js @@ -8,7 +8,7 @@ export default { - + `, props: { value: String,