Fix vertical scrolling in data bank
This commit is contained in:
parent
52a803b6ab
commit
5075534b2e
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue