diff --git a/ghost/admin/app/components/gh-koenig-editor-lexical.js b/ghost/admin/app/components/gh-koenig-editor-lexical.js
index 6ff1a26eba..ad38fc081b 100644
--- a/ghost/admin/app/components/gh-koenig-editor-lexical.js
+++ b/ghost/admin/app/components/gh-koenig-editor-lexical.js
@@ -110,6 +110,7 @@ export default class GhKoenigEditorReactComponent extends Component {
@action
registerEditorAPI(API) {
this.editorAPI = API;
+ this.args.registerAPI(API);
}
// @action
diff --git a/ghost/admin/app/components/gh-post-settings-menu.hbs b/ghost/admin/app/components/gh-post-settings-menu.hbs
index deeb6935f0..40f59638b9 100644
--- a/ghost/admin/app/components/gh-post-settings-menu.hbs
+++ b/ghost/admin/app/components/gh-post-settings-menu.hbs
@@ -450,7 +450,10 @@
{{#if this.showPostHistory}}
{{/if}}
diff --git a/ghost/admin/app/components/modal-post-history.hbs b/ghost/admin/app/components/modal-post-history.hbs
index c005470beb..033f4659e5 100644
--- a/ghost/admin/app/components/modal-post-history.hbs
+++ b/ghost/admin/app/components/modal-post-history.hbs
@@ -35,13 +35,13 @@
{{revision.author.name}}
{{#if (and revision.selected (not revision.latest))}}
-