Fix other interface classes naming convention

This commit is contained in:
barsdeveloper
2022-02-27 13:02:21 +01:00
parent e8946745d6
commit b48b1228f4
29 changed files with 535 additions and 535 deletions

View File

@@ -1,10 +1,10 @@
import MouseClickDrag from "./MouseClickDrag"
import IMouseClickDrag from "./IMouseClickDrag"
import Utility from "../../Utility"
/**
* @typedef {import("../../element/ISelectableDraggableElement").ISelectableDraggableElement} ISelectableDraggableElement
* @typedef {import("../../element/ISelectableDraggableElement").default} ISelectableDraggableElement
*/
export default class MouseMoveNodes extends MouseClickDrag {
export default class MouseMoveNodes extends IMouseClickDrag {
/**
*