fix bug 75373

This commit is contained in:
Dmitry-Ilyushechkin
2025-06-24 20:17:12 +03:00
parent c47a96c47c
commit 1ada9879f9

View File

@ -385,7 +385,7 @@ document.getElementById('wrap').ondragover = function (e) {
$(document).on('keydown', function(e){
if ( e.ctrlKey && e.which == 79 ) {
if ($('.action-panel').filter('.recent, .open, .welcome').is(':visible')) {
if ($('.action-panel').filter('.recents, .open, .welcome').is(':visible')) {
openFile(OPEN_FILE_FOLDER, '');
}
}