mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Allow vertical scrolling in new popups
This commit is contained in:
@ -1432,7 +1432,7 @@ export function registerDebugFunction(functionId, name, description, func) {
|
||||
|
||||
async function showDebugMenu() {
|
||||
const template = await renderTemplateAsync('debug', { functions: debug_functions });
|
||||
callGenericPopup(template, POPUP_TYPE.TEXT, '', { wide: true, large: true });
|
||||
callGenericPopup(template, POPUP_TYPE.TEXT, '', { wide: true, large: true, allowVerticalScrolling: true });
|
||||
}
|
||||
|
||||
switchUiMode();
|
||||
|
Reference in New Issue
Block a user