Commit 4e322819 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

onKeyPress preventDefault обрубал вставку под сафари макОС

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64405 954022d7-b5bf-4e40-9824-e11837661b57
parent d871d690
...@@ -2539,6 +2539,8 @@ function CEditorPage(api) ...@@ -2539,6 +2539,8 @@ function CEditorPage(api)
{ {
if (oThis.m_oApi.asc_IsLongAction()) if (oThis.m_oApi.asc_IsLongAction())
{ {
if (window.USER_AGENT_SAFARI_MACOS && window.GlobalPasteFlag)
return;
e.preventDefault(); e.preventDefault();
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