Spaces:
Running
Running
Commit
•
9f36e54
1
Parent(s):
23b8f32
watch input changes
Browse files- src/routes/Vote.svelte +4 -0
src/routes/Vote.svelte
CHANGED
@@ -175,6 +175,10 @@
|
|
175 |
window.removeEventListener("resize", handleResize);
|
176 |
}
|
177 |
});
|
|
|
|
|
|
|
|
|
178 |
</script>
|
179 |
|
180 |
{#if errorMessage}
|
|
|
175 |
window.removeEventListener("resize", handleResize);
|
176 |
}
|
177 |
});
|
178 |
+
|
179 |
+
$: if (data && data.input_path) {
|
180 |
+
console.log("Input path changed:", data.input_path);
|
181 |
+
}
|
182 |
</script>
|
183 |
|
184 |
{#if errorMessage}
|