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:
parent
158652b117
commit
3cf0ad41bf
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue