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:
@ -18,7 +18,8 @@ import {
|
||||
} from '../script.js';
|
||||
import { persona_description_positions, power_user } from './power-user.js';
|
||||
import { getTokenCountAsync } from './tokenizers.js';
|
||||
import { debounce, debounce_timeout, delay, download, parseJsonFile } from './utils.js';
|
||||
import { debounce, delay, download, parseJsonFile } from './utils.js';
|
||||
import { debounce_timeout } from './constants.js';
|
||||
|
||||
const GRID_STORAGE_KEY = 'Personas_GridView';
|
||||
|
||||
|
Reference in New Issue
Block a user