mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 18:05:16 +08:00
Merge pull request 'Fix bug 79745' (#566) from fix/bug-79745 into release/v9.3.0
This commit is contained in:
@ -1060,7 +1060,8 @@
|
||||
NSEditorApi::CAscMenuEvent* pEvent = new NSEditorApi::CAscMenuEvent(ASC_MENU_EVENT_TYPE_CEF_EXECUTE_COMMAND_JS);
|
||||
pEvent->m_pData = pCommand;
|
||||
|
||||
[self.cefStartPageView apply:pEvent];
|
||||
CAscApplicationManager * appManager = [NSAscApplicationWorker getAppManager];
|
||||
appManager->SetEventToAllMainWindows(pEvent);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user