Commit 04e01e73 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

при неудачной вставке по нажатию на клавишу в меню, флаг window.GlobalPasteFlag выставляю обратно

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57221 954022d7-b5bf-4e40-9824-e11837661b57
parent 855a38af
......@@ -2244,6 +2244,12 @@ function Editor_Paste_Button(api)
History.Create_NewPoint();
Editor_Paste_Exec(api, ElemToSelect);
}
else
{
window.GlobalPasteFlagCounter = 0;
window.GlobalPasteFlag = false;
};
return true;
}
return false;
......
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