Commit 50ef8657 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Поправил баг http://bugzserver/show_bug.cgi?id=24787

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56690 954022d7-b5bf-4e40-9824-e11837661b57
parent 9326230e
...@@ -1807,7 +1807,7 @@ ...@@ -1807,7 +1807,7 @@
if (t.isTopLineActive) { if (t.isTopLineActive) {
// чтобы поставить выполнение в очередь после вставки из клипборда используется двойной setTimeout // чтобы поставить выполнение в очередь после вставки из клипборда используется двойной setTimeout
setTimeout( setTimeout(
function(){setTimeout(function(){t._updateTopLineCurPos(); t.input.focus();}, 0);}, function(){setTimeout(function(){t._updateTopLineCurPos(); t.input.focus(); t._topLineMouseUp();}, 0);},
0); 0);
} }
switch (event.which) { switch (event.which) {
......
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