From 2840a7fe28fc88f11551e0d2600f88647cdd51b7 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 20 Jun 2016 17:50:03 +0300 Subject: [PATCH] =?UTF-8?q?[SSE]=20=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=B2=D0=B2=D0=BE=D0=B4=D0=B0=20=D0=B8?= =?UTF-8?q?=D0=B5=D1=80=D0=BE=D0=B3=D0=BB=D0=B8=D1=84=D0=BE=D0=B2.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/spreadsheeteditor/main/app/controller/Main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/controller/Main.js b/apps/spreadsheeteditor/main/app/controller/Main.js index aa71f9301..ab7f3c38b 100644 --- a/apps/spreadsheeteditor/main/app/controller/Main.js +++ b/apps/spreadsheeteditor/main/app/controller/Main.js @@ -150,7 +150,7 @@ define([ // NOTE: fix double click mozilla copy-paste - if (e && e.target && e.target.id && e.target.id === 'clipboard-helper-text') { + if (e && e.target && e.target.id && (e.target.id === 'clipboard-helper-text' || e.target.id === 'area_id')) { me.api.asc_enableKeyEvents(true); return; }