From b7cf1a42de2cb0077386fb33e4f0b65ca42d3848 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 1 May 2023 01:22:20 +0200 Subject: [PATCH] Use a proxy value in the `variable` component for the textbox. Otherwise the value may keep being overwritten while the user is typing a new one. --- .../components/panels/Entities/Variable.vue | 40 +++++++++++-------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Variable.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Variable.vue index b8e38b60b..1749f9957 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Variable.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Variable.vue @@ -9,12 +9,11 @@
-
- -
- -
- +
+
+
+ +
@@ -23,7 +22,7 @@
- +