mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 15:06:10 +08:00
[PE mobile] Removed ignore format error
This commit is contained in:
@ -18,8 +18,6 @@ const ErrorController = inject('storeAppOptions')(({storeAppOptions, LoadingDocu
|
||||
});
|
||||
|
||||
const onError = (id, level, errData) => {
|
||||
if (id === -82) return; // format error
|
||||
|
||||
if (id === Asc.c_oAscError.ID.LoadingScriptError) {
|
||||
f7.notification.create({
|
||||
title: _t.criticalErrorTitle,
|
||||
|
||||
Reference in New Issue
Block a user