From b2e3a74dbeff84a21b59955c05b2fb8d31fd3428 Mon Sep 17 00:00:00 2001 From: Neshura Date: Thu, 23 May 2024 17:30:25 +0200 Subject: [PATCH] Migrate Removal buttons to mousedown --- src/lib/components/InventoryList.svelte | 2 +- src/lib/components/ThrusterList.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/InventoryList.svelte b/src/lib/components/InventoryList.svelte index 456e701..a219df5 100644 --- a/src/lib/components/InventoryList.svelte +++ b/src/lib/components/InventoryList.svelte @@ -21,7 +21,7 @@ {#each inventories as inventory, index}

- {i18n.localize(inventory.details.name)} {i18n.localize("volume")}: {applyUnits(i18n, inventory.getVolume(grid, multiplier), "l")} - +

{/each} {:else} diff --git a/src/lib/components/ThrusterList.svelte b/src/lib/components/ThrusterList.svelte index c59c275..f41ab29 100644 --- a/src/lib/components/ThrusterList.svelte +++ b/src/lib/components/ThrusterList.svelte @@ -22,7 +22,7 @@ {#each thrusters as thruster, index}

- {i18n.localize(thruster.details.size)} {i18n.localize(thruster.details.type.details.name)}: {applyUnits(i18n, thruster.getThrust(grid, atmosphere), "N")} - +

{/each} {:else}