Merge branch 'module/stock' into dev

This commit is contained in:
2026-07-27 08:40:49 +02:00
4 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -102,7 +102,7 @@
<ul>
{#each locations as location}
<li onclick={e => toggleChildren(e, location)}
class="{location.locations?'expanded':'collapsed'} {location.highlight?'highlight':null}"
class="{location.locations?'expanded':'collapsed'} {location.highlight?'highlight':null} {selected && selected.id == location.id?'selected':null}"
draggable={true}
ondragover={e => drag_over(e,location)}
ondrop={e => onDrop(e,location)}