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: ce597329df1b5ffd8475c14313307c2bc1dec49b (plain)
1
2
export const isAliveView = state => view =>
  state.keepAliveViews[view] || (state.isOpen && state.currentView === view);