Merge branch 'staging' into fix-srw-trim

This commit is contained in:
Cohee
2025-03-19 22:28:27 +02:00
44 changed files with 437 additions and 188 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;