Names refactoring

This commit is contained in:
barsdeveloper
2022-12-10 14:48:27 +01:00
parent 153f329bdd
commit fffe3f7ad1
18 changed files with 159 additions and 89 deletions

View File

@@ -16,7 +16,7 @@ export default class MouseMoveNodes extends MouseMoveDraggable {
}
dragAction(location, offset) {
this.target.dispatchDragEvent(offset)
this.target.acknowledgeDrag(offset)
}
unclicked() {