For bug 39113

This commit is contained in:
SergeyLuzyanin
2018-09-25 14:45:48 +03:00
committed by Alexey Golubev
parent 1e481f38f3
commit 68cfa6c960

View File

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