mirror of
https://github.com/documize/community.git
synced 2025-07-23 23:29:42 +02:00
Improve click handling for navigaiton elements in sidebar
This commit is contained in:
parent
217e8a3a29
commit
c5fc0f93e0
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
||||||
{{#if hasPins}}
|
{{#if hasPins}}
|
||||||
<div class="bookmarks" id="user-pins-button">
|
<div class="bookmarks" id="user-pins-button">
|
||||||
<i class={{concat "dicon " constants.Icon.BookmarkSolid}}></i>
|
<i class={{concat "dicon " constants.Icon.BookmarkSolid}}></i>
|
||||||
{{#attach-popover class="ember-attacher-popper" hideOn="clickout" showOn="click" isShown=false}}
|
{{#attach-popover class="ember-attacher-popper" hideOn="clickout click" showOn="click" isShown=false}}
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
{{#if hasSpacePins}}
|
{{#if hasSpacePins}}
|
||||||
<li class="item header">Spaces</li>
|
<li class="item header">Spaces</li>
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
<div class="update-available-dot" />
|
<div class="update-available-dot" />
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{#attach-popover class="ember-attacher-popper" hideOn="clickout" showOn="click" isShown=false}}
|
{{#attach-popover class="ember-attacher-popper" hideOn="clickout click" showOn="click" isShown=false}}
|
||||||
<div class="menu">
|
<div class="menu">
|
||||||
{{#link-to "profile" class="item"}}Profile{{/link-to}}
|
{{#link-to "profile" class="item"}}Profile{{/link-to}}
|
||||||
{{#if session.isAdmin}}
|
{{#if session.isAdmin}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue