We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe8c0f commit 71bfb18Copy full SHA for 71bfb18
src/view/components/Variable.svelte
@@ -12,9 +12,9 @@
12
isAnimated = false;
13
});
14
15
- function animateChange(node: HTMLElement, value: unknown) {
+ function animateChange(_node: HTMLElement, _value: unknown) {
16
return {
17
- update(value: unknown) {
+ update(_value: unknown) {
18
const startAnimation =
19
Date.now() - lastUpdated > VARIABLE_ANIMATION_THROTTLE;
20
0 commit comments