mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-06-11 18:43:22 +02:00
Enable JS error loggin
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user