mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
For bug 39113
This commit is contained in:
committed by
Alexey Golubev
parent
1e481f38f3
commit
68cfa6c960
@ -877,7 +877,7 @@
|
||||
window.g_asc_plugins.api.asc_Recalculate();
|
||||
var wsView = oApi.wb && oApi.wb.getWorksheet();
|
||||
if (wsView && wsView.objectRender && wsView.objectRender.controller) {
|
||||
wsView.objectRender.controller.recalculate2(true);
|
||||
wsView.objectRender.controller.recalculate2(undefined);
|
||||
}
|
||||
var pluginData = new CPluginData();
|
||||
pluginData.setAttribute("guid", guid);
|
||||
|
||||
Reference in New Issue
Block a user