mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix notification bug #1430
This commit is contained in:
parent
36cb9da44b
commit
9473a4e8d8
@ -1195,6 +1195,7 @@ MessengerUI, Messages, Pages, PadTypes) {
|
||||
if (![13,32,46].includes(e.which)) { return; }
|
||||
e.stopPropagation();
|
||||
if (e.which === 46) {
|
||||
$(div).find('li').focus();
|
||||
return $(el).find('.cp-notification-dismiss').click();
|
||||
}
|
||||
$(el).find('.cp-notification-content').click();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user