Commit 8e8fcf21 authored by GoshaZotov's avatar GoshaZotov

fix bug 32679 - [CoEdit] Рассинхронизация данных при одновременном вводе...

fix bug 32679 - [CoEdit] Рассинхронизация данных при одновременном вводе данных под форматированной таблицей и добавлении строки итогов другим пользователем
parent 826f44e4
...@@ -13283,6 +13283,7 @@ ...@@ -13283,6 +13283,7 @@
var callback = function(isSuccess) var callback = function(isSuccess)
{ {
if ( false === isSuccess ) { if ( false === isSuccess ) {
t.handlers.trigger( "selectionChanged", t.getSelectionInfo() );
return; return;
} }
......
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