Skip to content

Commit

Permalink
Merge branch 'private-release/v1.1.2-223' into zowe-release/v1.1.2-223
Browse files Browse the repository at this point in the history
Signed-off-by: Uladzislau <[email protected]>
  • Loading branch information
KUGDev committed Jan 18, 2024
2 parents c65802e + fb70668 commit 9646942
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ class FileEditorEventsListener : FileEditorManagerListener {
override fun fileOpened(source: FileEditorManager, file: VirtualFile) {
if (file is MFVirtualFile) {
val editor = source.selectedTextEditor as? EditorEx

editor?.addFocusListener(focusListener)
editor?.addFocusListener(focusListener)
}
super.fileOpened(source, file)
}
}
Expand Down

0 comments on commit 9646942

Please sign in to comment.