mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Merge pull request #5026 from felixrieseberg/iss4978
Fix broken keyboard navigation in PSM
This commit is contained in:
commit
6bb073cf0e
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
|
||||
<div {{bind-attr class="isViewingSubview:settings-menu-pane-in:settings-menu-pane-out-right :settings-menu :settings-menu-pane"}}>
|
||||
{{#gh-tab-pane}}
|
||||
{{#if isViewingSubview}}
|
||||
<div class="settings-menu-header subview">
|
||||
<button {{action "closeSubview"}} class="back icon-chevron-left settings-menu-header-action"><span class="hidden">Back</span></button>
|
||||
<h4>Meta Data</h4>
|
||||
|
@ -99,6 +100,7 @@
|
|||
</div>
|
||||
</form>
|
||||
</div>{{! .settings-menu-content }}
|
||||
{{/if}}
|
||||
{{/gh-tab-pane}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue