mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 09:52:09 +03:00
Fix broken keyboard navigation in PSM
Closes #4978 - If we’re not in the subview (meta data) of the PSM, we don't display the html for said subview.
This commit is contained in:
parent
4ab59c2ead
commit
e8bbb78834
@ -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…
Reference in New Issue
Block a user