fix(webui): error in SurfaceColumn due to missing `y`
ci/woodpecker/push/woodpecker Pipeline was successful Details

refactor/addresses-js
Tomáš Mládek 2023-11-18 10:41:01 +01:00
parent f5c1ee4169
commit 9fa7ee9f68
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@
<div class="label">Y</div>
<Selector
types={["Attribute", "NewAttribute"]}
initial={{ t: "Attribute", name: y }}
on:input={(ev) => {
if (ev.detail.t === "Attribute") y = ev.detail.name;
}}