Do not close the popover when clicking on the background
This commit is contained in:
parent
cbe606cef5
commit
1466afb771
File diff suppressed because one or more lines are too long
|
|
@ -13,10 +13,6 @@ Kanboard.Popover.prototype.listen = function() {
|
|||
self.close(e);
|
||||
});
|
||||
|
||||
$(document).on("click", "#popover-container", function(e) {
|
||||
self.close(e);
|
||||
});
|
||||
|
||||
$(document).on("click", "#popover-content", function(e) {
|
||||
e.stopPropagation();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue