rename function to clarify what it does

This commit is contained in:
chfhtw
2026-04-13 11:47:26 +02:00
parent ebe76821e4
commit e98ed3c74f
+2 -2
View File
@@ -250,7 +250,7 @@ export default {
this.draggedNode.firstElementChild.classList.remove("dashboard-item-overlay");
}
},
dragging(event) {
moveGhostImage(event) {
if (this.mode == MODE_MOVE) {
this.toggleDraggedItemOverlay(true);
@@ -614,7 +614,7 @@ export default {
}"
@start-move="startMove"
@start-resize="startResize"
@drag="dragging"
@drag="moveGhostImage"
@dragend="dragEnd"
>
<template v-slot="item">