@use-kona/editor 0.1.24-dnd.1 → 0.1.24-dnd.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@use-kona/editor",
3
- "version": "0.1.24-dnd.1",
3
+ "version": "0.1.24-dnd.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/index.ts"
@@ -175,6 +175,10 @@ export class DnDPlugin implements IPlugin {
175
175
  return;
176
176
  } else {
177
177
  console.log('customDropHandler not found', itemType);
178
+ console.log(
179
+ 'valid drop handlers are',
180
+ Object.keys(options.customDropHandlers),
181
+ );
178
182
  }
179
183
 
180
184
  switch (itemType) {