mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05: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
082c437fff
commit
60d01d1411
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"}}>
|
<div {{bind-attr class="isViewingSubview:settings-menu-pane-in:settings-menu-pane-out-right :settings-menu :settings-menu-pane"}}>
|
||||||
{{#gh-tab-pane}}
|
{{#gh-tab-pane}}
|
||||||
|
{{#if isViewingSubview}}
|
||||||
<div class="settings-menu-header subview">
|
<div class="settings-menu-header subview">
|
||||||
<button {{action "closeSubview"}} class="back icon-chevron-left settings-menu-header-action"><span class="hidden">Back</span></button>
|
<button {{action "closeSubview"}} class="back icon-chevron-left settings-menu-header-action"><span class="hidden">Back</span></button>
|
||||||
<h4>Meta Data</h4>
|
<h4>Meta Data</h4>
|
||||||
|
@ -99,6 +100,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>{{! .settings-menu-content }}
|
</div>{{! .settings-menu-content }}
|
||||||
|
{{/if}}
|
||||||
{{/gh-tab-pane}}
|
{{/gh-tab-pane}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue