From a0c05d4c352d36c06570f85b61bfa50605cb34b3 Mon Sep 17 00:00:00 2001 From: Abstra Bot Date: Wed, 24 May 2023 20:53:56 +0000 Subject: [PATCH] Update abstra-runtimes-lib --- abstra_runtimes/dashes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/abstra_runtimes/dashes.py b/abstra_runtimes/dashes.py index fcf4f7b..97ff4c4 100644 --- a/abstra_runtimes/dashes.py +++ b/abstra_runtimes/dashes.py @@ -89,6 +89,7 @@ def widgets_changed(self, data): def variable_created(self, data): # data: { type: variable-created, name, value?, state } self.py.set_variable(data["name"], data.get("value")) + self._compute_and_send_widgets_props() def autocomplete_load(self, data): # data: { type: autocomplete:load, suggestionsFor: string, code: string }