mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix vertical scrolling in data bank
This commit is contained in:
@@ -1119,7 +1119,7 @@ async function openAttachmentManager() {
|
|||||||
const cleanupFn = await renderButtons();
|
const cleanupFn = await renderButtons();
|
||||||
await verifyAttachments();
|
await verifyAttachments();
|
||||||
await renderAttachments();
|
await renderAttachments();
|
||||||
await callGenericPopup(template, POPUP_TYPE.TEXT, '', { wide: true, large: true, okButton: 'Close' });
|
await callGenericPopup(template, POPUP_TYPE.TEXT, '', { wide: true, large: true, okButton: 'Close', allowVerticalScrolling: true });
|
||||||
|
|
||||||
cleanupFn();
|
cleanupFn();
|
||||||
dragDropHandler.destroy();
|
dragDropHandler.destroy();
|
||||||
|
Reference in New Issue
Block a user