You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#6656
- adds an action to update the title
- checks if the post title has changed and is a draft and sends a silent + background save action
- includes the action on the focus-out event on the post title
{{gh-trim-focus-inputtype="text"id="entry-title"placeholder="Your Post Title"value=model.titleScratchtabindex="1"focus=shouldFocusTitle}}
4
+
{{gh-trim-focus-inputtype="text"id="entry-title"placeholder="Your Post Title"value=model.titleScratchtabindex="1"focus=shouldFocusTitlefocus-out="updateTitle"}}
0 commit comments