@team-monolith/cds 0.29.34 → 0.29.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -54,8 +54,8 @@ export class Image extends EditorJSImage {
|
|
|
54
54
|
// 아직 업로드를 할 수 있는 시스템이 없으므로 오류를 피하기 위해 uploadUrl 함수를 임시로 override 합니다.
|
|
55
55
|
uploadUrl(url) {
|
|
56
56
|
this.ui.showPreloader();
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
this.image = {
|
|
58
|
+
url: url,
|
|
59
|
+
};
|
|
60
60
|
}
|
|
61
61
|
}
|