diff --git a/Word/Drawing/HtmlPage.js b/Word/Drawing/HtmlPage.js index 68ff063cc672a978133235074f9c9eb8017138c4..436b4550310e5c36b03876d6d6783ecf9334ebda 100644 --- a/Word/Drawing/HtmlPage.js +++ b/Word/Drawing/HtmlPage.js @@ -2539,6 +2539,8 @@ function CEditorPage(api) { if (oThis.m_oApi.asc_IsLongAction()) { + if (window.USER_AGENT_SAFARI_MACOS && window.GlobalPasteFlag) + return; e.preventDefault(); return; }