Cancel message deletion with Escape

This commit is contained in:
Cohee 2024-05-14 22:06:38 +03:00
parent 1ebe5547d4
commit aa845b4727

View File

@ -1133,6 +1133,11 @@ export function initRossMods() {
return;
}
if ($('#dialogue_del_mes_cancel').is(':visible')) {
$('#dialogue_del_mes_cancel').trigger('click');
return;
}
if ($('.drawer-content')
.not('#WorldInfo')
.not('#left-nav-panel')