Commit fcefc5a2 authored by Alexey.Musinov's avatar Alexey.Musinov

fix crash

parent e5f624d5
...@@ -5961,7 +5961,7 @@ window["native"]["offline_cell_editor_process_input_commands"] = function(sendAr ...@@ -5961,7 +5961,7 @@ window["native"]["offline_cell_editor_process_input_commands"] = function(sendAr
// PASTE // PASTE
case 4: { case 4: {
cellEditor.pasteText(commands[i + 3]); cellEditor.pasteText(sendArguments[i + 3]);
break; break;
} }
......
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