Spaces:
Sleeping
Sleeping
Commit
·
dde47a0
1
Parent(s):
8ebaa15
update
Browse files
app.py
CHANGED
@@ -191,6 +191,7 @@ update_js = """
|
|
191 |
name = item.querySelector(":scope > input").value;
|
192 |
left = channel_info.inputDict[name].css_position[0];
|
193 |
bottom = channel_info.inputDict[name].css_position[1];
|
|
|
194 |
item.style.left = `${left}`;
|
195 |
item.style.bottom = `${bottom}`;
|
196 |
});
|
|
|
191 |
name = item.querySelector(":scope > input").value;
|
192 |
left = channel_info.inputDict[name].css_position[0];
|
193 |
bottom = channel_info.inputDict[name].css_position[1];
|
194 |
+
|
195 |
item.style.left = `${left}`;
|
196 |
item.style.bottom = `${bottom}`;
|
197 |
});
|