mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 02:38:59 +08:00
[DE mobile] For Bug 60782
This commit is contained in:
@ -105,6 +105,11 @@ class NavigationController extends Component {
|
||||
}
|
||||
};
|
||||
|
||||
componentDidMount() {
|
||||
const api = Common.EditorApi.get();
|
||||
api.asc_enableKeyEvents(false);
|
||||
}
|
||||
|
||||
render() {
|
||||
return (
|
||||
!Device.phone ?
|
||||
|
||||
Reference in New Issue
Block a user