mirror of
https://github.com/wekan/wekan.git
synced 2026-01-28 04:06:10 +01:00
Click on the page to escape the last action
This is a generalization of what we had for closing a popup by clicking outside of it. It now works for inlinedForms and detailsPane as well.
This commit is contained in:
parent
12919cbfc6
commit
92dd05d06d
17 changed files with 199 additions and 145 deletions
|
|
@ -1,12 +1,12 @@
|
|||
template(name="headerUserBar")
|
||||
a#header-user-bar
|
||||
.header-user-bar-name.js-open-header-member-menu
|
||||
#header-user-bar
|
||||
a.header-user-bar-name.js-open-header-member-menu
|
||||
i.fa.fa-chevron-down
|
||||
if currentUser.profile.name
|
||||
= currentUser.profile.name
|
||||
else
|
||||
= currentUser.username
|
||||
.header-user-bar-avatar.js-change-avatar
|
||||
a.header-user-bar-avatar.js-change-avatar
|
||||
+userAvatar(user=currentUser)
|
||||
|
||||
template(name="memberMenuPopup")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue