Always show feature image buttons when no title is set

no issue

- keeps the buttons visible for longer to aid discovery
This commit is contained in:
Kevin Ansfield 2021-07-15 15:50:32 +01:00
parent 1ad2c05d37
commit 04f39e047e

View File

@ -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}}
/>
<GhTextarea