Fix fixable lints

This commit is contained in:
Cohee
2025-03-19 20:00:33 +02:00
parent 8a4a338455
commit 20cdcc37fc
9 changed files with 9 additions and 16 deletions

View File

@ -595,7 +595,7 @@ let is_delete_mode = false;
let fav_ch_checked = false;
let scrollLock = false;
export let abortStatusCheck = new AbortController();
let charDragDropHandler = null;
export let charDragDropHandler = null;
/** @type {debounce_timeout} The debounce timeout used for chat/settings save. debounce_timeout.long: 1.000 ms */
export const DEFAULT_SAVE_EDIT_TIMEOUT = debounce_timeout.relaxed;