mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-28 01:38:01 +08:00
Fix alt hints
This commit is contained in:
@ -606,7 +606,8 @@ Common.UI.HintManager = new(function() {
|
||||
if (curr.prop('id') === 'btn-go-back' || curr.closest('.btn-slot').prop('id') === 'slot-btn-options' ||
|
||||
curr.closest('.btn-slot').prop('id') === 'slot-btn-mode' || curr.prop('id') === 'id-btn-favorite' || curr.parent().prop('id') === 'tlb-box-users' ||
|
||||
curr.prop('id') === 'left-btn-thumbs' || curr.hasClass('scroll') || curr.prop('id') === 'left-btn-about' ||
|
||||
curr.prop('id') === 'left-btn-support' || curr.closest('.btn-slot').prop('id') === 'slot-btn-search') {
|
||||
curr.prop('id') === 'left-btn-support' || curr.closest('.btn-slot').prop('id') === 'slot-btn-search' ||
|
||||
curr.closest('.btn-slot').prop('id') === 'slot-btn-pdf-mode') {
|
||||
_resetToDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user