mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +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}}
|
||||
<div class="bookmarks" id="user-pins-button">
|
||||
<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">
|
||||
{{#if hasSpacePins}}
|
||||
<li class="item header">Spaces</li>
|
||||
|
@ -79,7 +79,7 @@
|
|||
<div class="update-available-dot" />
|
||||
{{/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">
|
||||
{{#link-to "profile" class="item"}}Profile{{/link-to}}
|
||||
{{#if session.isAdmin}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue