mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-14 11:17:57 +01:00
Disable onerror capture
This commit is contained in:
parent
5e1c063e70
commit
ec4bb85009
@ -65,7 +65,7 @@ export function buildDesigner(options: DesignerOptions): Designer {
|
|||||||
$notifyModal($msg('UNEXPECTED_ERROR_LOADING'));
|
$notifyModal($msg('UNEXPECTED_ERROR_LOADING'));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
window.onerror = onerrorFn;
|
// window.onerror = onerrorFn;
|
||||||
|
|
||||||
// Configure default persistence manager ...
|
// Configure default persistence manager ...
|
||||||
const persistence = options.persistenceManager;
|
const persistence = options.persistenceManager;
|
||||||
|
Loading…
Reference in New Issue
Block a user