Skip to content

Commit

Permalink
Update abstra-runtimes-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
abstra-bot committed May 24, 2023
1 parent 550e780 commit a0c05d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions abstra_runtimes/dashes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit a0c05d4

Please sign in to comment.