Skip to content

Commit

Permalink
Merge branch 'bugfix/IJMP-1915' into 'release/v2.0.1'
Browse files Browse the repository at this point in the history
IJMP-1915 Added deselection of tree element in case of connection update

See merge request ijmp/for-mainframe!612
  • Loading branch information
Uladzislau Kalesnikau committed Nov 12, 2024
2 parents a2bcd19 + 1a32db7 commit 90825a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ abstract class ExplorerTreeView<Connection : ConnectionConfigBase, U : WorkingSe
if (explorer == this@ExplorerTreeView.explorer) {
myFsTreeStructure.findByValue(unit).forEach {
myStructure.invalidate(it, true)
if (explorer is FileExplorer)
myTree.selectionPaths = null
}
}
}
Expand Down

0 comments on commit 90825a6

Please sign in to comment.