mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
fix(control): fix warning in compile process
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
enter_function?: (() => void) | null;
|
enter_function?: (() => void) | null;
|
||||||
} = $props();
|
} = $props();
|
||||||
|
|
||||||
let focus_bg = get_shifted_color(bg, 100);
|
let focus_bg = $derived(get_shifted_color(bg, 100));
|
||||||
let focused: boolean = $state(false);
|
let focused: boolean = $state(false);
|
||||||
let current_info = $state('');
|
let current_info = $state('');
|
||||||
let input_element: HTMLInputElement;
|
let input_element: HTMLInputElement;
|
||||||
|
|||||||
Reference in New Issue
Block a user