allowing tab navigation in popups

This commit is contained in:
Miodec 2022-03-18 14:25:08 +01:00
parent ab77ea9f44
commit 20a5154c8c

View file

@ -581,7 +581,7 @@ function handleTab(event: JQuery.KeyDownEvent, popupVisible: boolean): void {
event.preventDefault();
}
if (ActivePage.get() !== "test" && popupVisible) {
event.preventDefault();
// event.preventDefault();
return;
}
if ($("#customTextPopup .textarea").is(":focus")) {