1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-03-17 21:18:19 +02:00

UI: Resize preview iframe on load

This commit is contained in:
Ralph Slooten 2022-08-29 22:22:07 +12:00
parent 5a9fd0686e
commit 77e6b88c5d

View File

@ -39,6 +39,7 @@ export default {
anchorEl.setAttribute('target', '_blank'); anchorEl.setAttribute('target', '_blank');
} }
} }
self.resizeIframes();
} }
}, 200); }, 200);