mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
fix bug 75373
This commit is contained in:
@ -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, '');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user