mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 17:26:19 +08:00
[PDF] Fix applying font name
This commit is contained in:
@ -655,7 +655,7 @@ define([
|
||||
}
|
||||
});
|
||||
meEl.on('mousedown', function(e){
|
||||
if (e.target.localName == 'canvas')
|
||||
if (e.target.localName == 'canvas' && $(e.target).closest('[type=menuitem]').length<1)
|
||||
Common.UI.Menu.Manager.hideAll();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user