mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-08 02:52:49 +00:00
fix: action selector shows next item every time
This commit is contained in:
@@ -122,12 +122,12 @@
|
|||||||
<h3>{$LL.actionSearch.CURRENT_ACTION()}</h3>
|
<h3>{$LL.actionSearch.CURRENT_ACTION()}</h3>
|
||||||
<ActionListItem id={currentAction} />
|
<ActionListItem id={currentAction} />
|
||||||
</aside>
|
</aside>
|
||||||
<aside>
|
{#if nextAction}
|
||||||
{#if nextAction}
|
<aside>
|
||||||
<h3>{$LL.actionSearch.NEXT_ACTION()}</h3>
|
<h3>{$LL.actionSearch.NEXT_ACTION()}</h3>
|
||||||
<ActionListItem id={nextAction} />
|
<ActionListItem id={nextAction} />
|
||||||
{/if}
|
</aside>
|
||||||
</aside>
|
{/if}
|
||||||
{/if}
|
{/if}
|
||||||
<ul bind:this={resultList}>
|
<ul bind:this={resultList}>
|
||||||
{#if exact !== undefined}
|
{#if exact !== undefined}
|
||||||
|
|||||||
Reference in New Issue
Block a user