@yogiswara/honcho-editor-ui 1.0.16 → 1.0.17
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.
|
@@ -275,8 +275,8 @@ export function useHonchoEditor(controller, initImageId, firebaseUid) {
|
|
|
275
275
|
? gallery.raw_edited.path
|
|
276
276
|
: gallery?.download?.path;
|
|
277
277
|
if (imagePath) {
|
|
278
|
-
console.log(imagePath);
|
|
279
|
-
console.log({ ...gallery });
|
|
278
|
+
console.log("Test Image Path", imagePath);
|
|
279
|
+
console.log("Test gallery Path", { ...gallery });
|
|
280
280
|
await loadImageFromUrl(imagePath);
|
|
281
281
|
}
|
|
282
282
|
else {
|