aboutsummaryrefslogtreecommitdiff
path: root/qolab
diff options
context:
space:
mode:
Diffstat (limited to 'qolab')
-rw-r--r--qolab/gui/web.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qolab/gui/web.py b/qolab/gui/web.py
index 8ec9e8a..45f43c5 100644
--- a/qolab/gui/web.py
+++ b/qolab/gui/web.py
@@ -208,6 +208,7 @@ class QOLDictionary(jp.Div):
self.c.show = not self.c.show
def display_container_dictionary(self):
+ self.c.delete_components()
if self.container is None:
return
for k,v in self.container.items():