aboutsummaryrefslogtreecommitdiff
path: root/src_frontend/Components/LEDConfig/LEDConfig.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src_frontend/Components/LEDConfig/LEDConfig.svelte')
-rw-r--r--src_frontend/Components/LEDConfig/LEDConfig.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src_frontend/Components/LEDConfig/LEDConfig.svelte b/src_frontend/Components/LEDConfig/LEDConfig.svelte
index 2cf9aa2..b0992f8 100644
--- a/src_frontend/Components/LEDConfig/LEDConfig.svelte
+++ b/src_frontend/Components/LEDConfig/LEDConfig.svelte
@@ -40,7 +40,7 @@
matrix = matrix; // This is needed because svelte is weird :)
saveConfig();
}
- function removeCell() {
+ function removeCell(ev) {
matrix[ev.target.dataset.id].pop();
matrix = matrix; // This is needed because svelte is weird :)
saveConfig();