Fix eslint warnings

This commit is contained in:
Joscha 2025-02-10 15:28:30 +01:00
parent 92f5e37a4c
commit 4aeb9eb8bd
6 changed files with 10 additions and 9 deletions

View file

@ -25,7 +25,7 @@ window.addEventListener("keypress", (ev) => {
v-if="ui.anchorId"
:path="new Path()"
:segment="new Segment(ui.anchorId, 0)"
:forceOpen="true"
:force-open="true"
/>
</div>
</div>