Commit 1172aafb authored by GoshaZotov's avatar GoshaZotov

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

Bug #32334 - [Copy&Paste] Бесконечно висит ромашка при вставке форматированной таблицы в полностью объединенную строку
parent b9a76c5c
......@@ -9227,6 +9227,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