mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-06-11 18:43:22 +02:00
Fix connection line type.
This commit is contained in:
@ -89,10 +89,8 @@ const Editor = ({
|
||||
model.registerEvents(setCanvasUpdate, capability);
|
||||
})
|
||||
.catch((e) => {
|
||||
console.error(JSON.stringify(e));
|
||||
window.newrelic?.noticeError(
|
||||
new Error(`Unexpected error loading map ${mapInfo.getId()} = ${JSON.stringify(e)}`),
|
||||
);
|
||||
console.error(e);
|
||||
window.newrelic?.noticeError(e);
|
||||
});
|
||||
setModel(model);
|
||||
}
|
||||
|
Reference in New Issue
Block a user