Disable onerror capture

This commit is contained in:
Paulo Gustavo Veiga 2022-02-12 22:02:46 -08:00
parent 5e1c063e70
commit ec4bb85009

View File

@ -65,7 +65,7 @@ export function buildDesigner(options: DesignerOptions): Designer {
$notifyModal($msg('UNEXPECTED_ERROR_LOADING'));
}
};
window.onerror = onerrorFn;
// window.onerror = onerrorFn;
// Configure default persistence manager ...
const persistence = options.persistenceManager;