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:
parent
1ad2c05d37
commit
04f39e047e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user