Skip to content

Commit

Permalink
Fix move file
Browse files Browse the repository at this point in the history
  • Loading branch information
sxhya committed Jun 2, 2024
1 parent 754837c commit 1f7146f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ArendMoveHandlerDelegate: MoveHandlerDelegate() {
}

fun checkMoveable(element: PsiElement) =
element is ArendGroup && isMoveableGroup(element)
element is ArendGroup && element !is ArendFile && isMoveableGroup(element)
}

}

0 comments on commit 1f7146f

Please sign in to comment.