mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
[github] fix branches data refresh
IDEA-312490 Fixed GitOrigin-RevId: e07d22f5330854a31e4e0d70696ba902e692047e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9e62bda4b5
commit
09ee3cacb4
@@ -37,6 +37,10 @@ internal class GHPRBranchesModelImpl(private val valueModel: SingleValueModel<GH
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
valueModel.addAndInvokeListener {
|
||||
changeEventDispatcher.multicaster.eventOccurred()
|
||||
}
|
||||
}
|
||||
|
||||
@RequiresEdt
|
||||
|
||||
Reference in New Issue
Block a user