Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 33c9ec5

Browse files
Kr0noxEntenwilli
authored andcommitted
fix types
1 parent 24c4545 commit 33c9ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/dfdElements/nodeAnnotationUi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import "@fortawesome/fontawesome-free/css/all.min.css";
1616
import "./nodeAnnotationUi.css";
1717

1818
export class DfdNodeAnnotationUIMouseListener extends MouseListener {
19-
private stillTimeout: NodeJS.Timeout | undefined;
19+
private stillTimeout: number | undefined;
2020
private lastPosition = { x: 0, y: 0 };
2121

2222
constructor(@inject(TYPES.IActionDispatcher) private readonly actionDispatcher: IActionDispatcher) {

0 commit comments

Comments
 (0)