0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Updated preview post message handling in Portal

no refs

As part of new membership settings in Admin, we need to resize the Portal preview container to dynamically adjust to selected preview options. Portal is updated to handle and fire resize events for Admin on popup container changes so the preview can be adjusted correctly.

- Bumps minimal Portal version to ~1.4.6
This commit is contained in:
Rishabh 2021-05-27 17:56:26 +05:30
parent 158652b117
commit 3cf0ad41bf

View file

@ -121,7 +121,7 @@
"emailAnalytics": true
},
"portal": {
"url": "https://unpkg.com/@tryghost/portal@~1.4.0/umd/portal.min.js",
"version": "~1.4.0"
"url": "https://unpkg.com/@tryghost/portal@~1.4.6/umd/portal.min.js",
"version": "~1.4.6"
}
}