mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
rename function to clarify what it does
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user