Path Box widely supported, Replace/Insert in Path are deprecated (but polyfilled)
This commit is contained in:
@@ -782,8 +782,7 @@ class TopPanel {
|
||||
editor.svgCanvas.setMode('select');
|
||||
editor.svgCanvas.selectOnly(editor.svgCanvas.getSelectedElems(), true);
|
||||
}, (error) => {
|
||||
// eslint-disable-next-line no-console
|
||||
console.log("error =", error);
|
||||
console.error("error =", error);
|
||||
seAlert(editor.i18next.t('tools.no_embed'));
|
||||
editor.svgCanvas.deleteSelectedElements();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user