master #6

Merged
m.lettere merged 20 commits from master into prod 2023-12-12 15:21:59 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b7bd25fa7a - Show all commits

View File

@ -571,7 +571,7 @@ class CCPRemoteFileInputWidgetController extends CCPBaseInputWidgetController{
})
document.addEventListener("keydown", ev=>{
if(ev.code == 'Escape' ) ws.classList.add("d-none");
if(ev.code == 'Escape' ) ws.parentElement.classList.add("d-none");
})
}