diff --git a/ghost/admin/app/components/gh-koenig-editor.hbs b/ghost/admin/app/components/gh-koenig-editor.hbs index f7ed95ebd7..67d8f65c8c 100644 --- a/ghost/admin/app/components/gh-koenig-editor.hbs +++ b/ghost/admin/app/components/gh-koenig-editor.hbs @@ -13,7 +13,7 @@ @updateAlt={{@setFeatureImageAlt}} @caption={{@featureImageCaption}} @updateCaption={{@setFeatureImageCaption}} - @forceButtonDisplay={{or this.titleIsHovered this.titleIsFocused}} + @forceButtonDisplay={{or (not @title) (eq @title "(Untitled)") this.titleIsHovered this.titleIsFocused}} />