Skip to content

Commit 6321007

Browse files
committed
Format
1 parent 39d9659 commit 6321007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/javascript/controllers/drag_and_drop_controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export default class extends Controller {
3939
this.wasDropped = true
4040
this.#increaseCounter(targetContainer)
4141
this.#decreaseCounter(this.sourceContainer)
42+
4243
const sourceContainer = this.sourceContainer
4344
this.#insertDraggedItem(targetContainer, this.dragItem)
4445
await this.#submitDropRequest(this.dragItem, targetContainer)

0 commit comments

Comments
 (0)