mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
#2159 Move debounce constants to a separate module
This commit is contained in:
@ -11,10 +11,10 @@ import {
|
||||
getBase64Async,
|
||||
resetScrollHeight,
|
||||
initScrollHeight,
|
||||
debounce_timeout,
|
||||
} from './utils.js';
|
||||
import { RA_CountCharTokens, humanizedDateTime, dragElement, favsToHotswap, getMessageTimeStamp } from './RossAscends-mods.js';
|
||||
import { power_user, loadMovingUIState, sortEntitiesList } from './power-user.js';
|
||||
import { debounce_timeout } from './constants.js';
|
||||
|
||||
import {
|
||||
chat,
|
||||
|
Reference in New Issue
Block a user