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:
@ -64,7 +64,7 @@ async function doTokenCounter() {
|
||||
}, debounce_timeout.relaxed);
|
||||
dialog.find('#token_counter_textarea').on('input', () => countDebounced());
|
||||
|
||||
callGenericPopup(dialog, POPUP_TYPE.TEXT, '', { wide: true, large: true });
|
||||
callGenericPopup(dialog, POPUP_TYPE.TEXT, '', { wide: true, large: true, allowVerticalScrolling: true });
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user