mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 04:45:08 +08:00
[all] fix bug 59485
This commit is contained in:
@ -324,7 +324,7 @@ Common.UI.HintManager = new(function() {
|
||||
index++;
|
||||
}
|
||||
var title = el.attr('data-hint-title');
|
||||
if (!title) {
|
||||
if (!title && !(index > _arrLetters.length)) {
|
||||
el.attr('data-hint-title', _arrLetters[index].toUpperCase());
|
||||
index++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user