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