From ab9dffd310c2e2117fe0d935924d580d6dcab06f Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Mon, 30 Jan 2023 20:00:30 +0500 Subject: [PATCH] [DE mobile] For Bug 60782 --- .../mobile/src/controller/settings/Navigation.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/documenteditor/mobile/src/controller/settings/Navigation.jsx b/apps/documenteditor/mobile/src/controller/settings/Navigation.jsx index cd4b588e50..811f6ae8f7 100644 --- a/apps/documenteditor/mobile/src/controller/settings/Navigation.jsx +++ b/apps/documenteditor/mobile/src/controller/settings/Navigation.jsx @@ -105,6 +105,11 @@ class NavigationController extends Component { } }; + componentDidMount() { + const api = Common.EditorApi.get(); + api.asc_enableKeyEvents(false); + } + render() { return ( !Device.phone ?