@yogiswara/honcho-editor-ui 1.4.14 → 1.4.15

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.
@@ -179,6 +179,7 @@ export function useGallerySwipe(firebaseUid, initImageId, controller) {
179
179
  setError(null);
180
180
  try {
181
181
  const currentIndex = getCurrentImageIndex();
182
+ console.log("Current index: ", currentIndex);
182
183
  if (currentIndex === -1) {
183
184
  throw new Error('Current image not found in list');
184
185
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yogiswara/honcho-editor-ui",
3
- "version": "1.4.14",
3
+ "version": "1.4.15",
4
4
  "description": "A complete UI component library for the Honcho photo editor.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",