#svgSourceEditorDialog edioter changes update issue and button alignment changes

This commit is contained in:
Agriya Dev5
2020-12-22 11:23:04 +05:30
parent 83d08c373b
commit ed6651878a
2 changed files with 2 additions and 2 deletions

View File

@@ -2845,7 +2845,7 @@ editor.init = () => {
prepPaints();
};
if (!e.detail.value) {
if (!svgCanvas.setSvgString(e.detail.value)) {
const ok = await $.confirm(uiStrings.notification.QerrorsRevertToSource);
if (!ok) {
return;