mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Improve the card details pane overlay interactions
This commit is contained in:
parent
5cd0ec08aa
commit
49167ccaa9
4 changed files with 13 additions and 8 deletions
|
|
@ -119,6 +119,16 @@ BlazeComponent.extendComponent({
|
|||
var sidebar = this.componentChildren('sidebar')[0];
|
||||
if (sidebar && sidebar.isOpen())
|
||||
return 'next-sidebar';
|
||||
},
|
||||
|
||||
events: function() {
|
||||
return [{
|
||||
// XXX The board-overlay div should probably be moved to the parent
|
||||
// component.
|
||||
'mouseenter .board-overlay': function() {
|
||||
this.showOverlay.set(false);
|
||||
}
|
||||
}];
|
||||
}
|
||||
}).register('boardComponent');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue