We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f33c0 commit cc9738aCopy full SHA for cc9738a
packages/base/src/util/dragAndDrop/DragRegistry.ts
@@ -1,4 +1,4 @@
1
-import type UI5Element from "../../UI5Element";
+import type UI5Element from "../../UI5Element.js";
2
3
let draggedElement: HTMLElement | null = null;
4
let globalHandlersAttached = false;
0 commit comments