mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 04:54:27 +08:00
[desktop] fix for IE
This commit is contained in:
@ -261,7 +261,7 @@ define([
|
||||
})).render($('#box-document-title #slot-btn-dt-home'));
|
||||
titlebuttons['home'] = {btn: header.btnHome};
|
||||
|
||||
header.btnHome.on('click', event => {
|
||||
header.btnHome.on('click', function (e) {
|
||||
native.execCommand('title:button', JSON.stringify({click: "home"}));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user