mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01:00
Improve the multi-selection experience
New features: - select all filtered cards - assign or unassign a member to selected cards - archive selected cards This commit also fix the card sort indexes calculation when a multi- selection is drag-dropped.
This commit is contained in:
parent
a41e07b37e
commit
5478fc93db
12 changed files with 146 additions and 53 deletions
|
|
@ -153,6 +153,6 @@ Mousetrap.bindGlobal('esc', function() {
|
|||
$(document).on('click', function(evt) {
|
||||
if (evt.which === 1 &&
|
||||
$(evt.target).closest('a,button,.is-editable').length === 0) {
|
||||
EscapeActions.clickExecute(evt, 'detailsPane');
|
||||
EscapeActions.clickExecute(evt, 'multiselection');
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue