Skip to content

Commit cc9738a

Browse files
authored
fix(DragRegistry - TypeScript): correct import (#11389)
Downport of: #8677 Fixes: #11387
1 parent 05f33c0 commit cc9738a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/base/src/util/dragAndDrop/DragRegistry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type UI5Element from "../../UI5Element";
1+
import type UI5Element from "../../UI5Element.js";
22

33
let draggedElement: HTMLElement | null = null;
44
let globalHandlersAttached = false;

0 commit comments

Comments
 (0)