debian-mirror-gitlab/app/assets/javascripts/code_navigation/store/state.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
184 B
JavaScript
Raw Normal View History

2020-03-13 15:44:24 +05:30
export default () => ({
2020-04-22 19:07:51 +05:30
blobs: [],
2020-03-13 15:44:24 +05:30
loading: false,
data: null,
2022-06-21 17:19:12 +05:30
wrapTextNodes: false,
2020-03-13 15:44:24 +05:30
currentDefinition: null,
currentDefinitionPosition: null,
2020-05-24 23:13:21 +05:30
currentBlobPath: null,
2020-03-13 15:44:24 +05:30
});