Selecting the table blurs focus on inputs

This commit is contained in:
Matthew Welch 2021-01-18 19:48:52 -08:00
parent c987a636af
commit 72bff75f0f

View File

@ -830,6 +830,7 @@ function getSelectable() {
} else if ($("th.inline-edit").length > 0) { } else if ($("th.inline-edit").length > 0) {
closeHeaderInlineEdit(true); closeHeaderInlineEdit(true);
} }
$("*").blur();
}) })
selectable.on("end", (event, selected, unselected) => { selectable.on("end", (event, selected, unselected) => {
let cells = []; let cells = [];