Commit 37e18fbc authored by GoshaZotov's avatar GoshaZotov Committed by Alexander.Trofimov

Bug #32334 - [Copy&Paste] Бесконечно висит ромашка при вставке форматированной...

Bug #32334 - [Copy&Paste] Бесконечно висит ромашка при вставке форматированной таблицы в полностью объединенную строку
parent 2a1fed19
......@@ -9207,6 +9207,9 @@
bIsUpdate = false;
AscCommonExcel.buildRecalc( t.model.workbook );
AscCommonExcel.unLockDraw( t.model.workbook );
if ( callTrigger ) {
t.handlers.trigger( "slowOperation", false );
}
return;
}
this.expandColsOnScroll(false, true);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment