Welcome to mirror list, hosted at ThFree Co, Russian Federation.

getters.js « pane « modules « stores « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66d23c8ebdc0695a447c915194cea90607d4faec (plain)
1
2
export const isAliveView = (state) => (view) =>
  state.keepAliveViews[view] || (state.isOpen && state.currentView === view);