Selecting the table blurs focus on inputs
This commit is contained in:
parent
c987a636af
commit
72bff75f0f
@ -830,6 +830,7 @@ function getSelectable() {
|
||||
} else if ($("th.inline-edit").length > 0) {
|
||||
closeHeaderInlineEdit(true);
|
||||
}
|
||||
$("*").blur();
|
||||
})
|
||||
selectable.on("end", (event, selected, unselected) => {
|
||||
let cells = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user