Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 3f25994

Browse files
committed
fix typo
1 parent 20122dc commit 3f25994

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Resources/assets/js/adapter/fancytree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ export class FancytreeAdapter {
258258
let dropedAtPath = dropedAtNode.data.refPath;
259259
let positionBefore = 'over' != data.hitMode && 'child' != data.hitMode;
260260
let parentNode = positionBefore ? dropedAtNode.parent : dropedAtNode;
261-
let parenPath = parenNode.data.refPath;
261+
let parenPath = parentNode.data.refPath;
262262
let targetPath = parenPath + '/' + dropNodePath.substr(1 + dropNodePath.lastIndexOf('/'));
263263

264264
dropedNode.icon = 'fa fa-spinner fa-spin';

0 commit comments

Comments
 (0)