Merge pull request 'Fix bug 79745' (#566) from fix/bug-79745 into release/v9.3.0

This commit is contained in:
Maxim Kadushkin
2026-02-04 08:11:28 +00:00

View File

@ -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);
}
});
});