Skip to content

feat: [File manager] fix move to behavior (Issue #1105)#2162

Closed
Kamianchuk wants to merge 2 commits intodevelopmentfrom
feat/File-manager-fix-move-to-behavior
Closed

feat: [File manager] fix move to behavior (Issue #1105)#2162
Kamianchuk wants to merge 2 commits intodevelopmentfrom
feat/File-manager-fix-move-to-behavior

Conversation

@Kamianchuk
Copy link
Contributor

@Kamianchuk Kamianchuk commented Feb 13, 2026

Description:

<SHORT_DESCRIPTION>

Issues:

Checklist:

  • the pull request name complies with Conventional Commits
  • the pull request name ends with (Issue #<TICKET_ID>) (comma-separated list of issues)

const handleFolderPopupPathChange = useCallback(
(nextPath: string | undefined) => {
if (nextPath && !loadedPaths.has(nextPath)) {
if (!loadedPaths.has(nextPath)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same condition as above?

@Kamianchuk Kamianchuk closed this Feb 13, 2026
@Kamianchuk Kamianchuk deleted the feat/File-manager-fix-move-to-behavior branch February 13, 2026 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants