We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8851a68 commit 5f20bfcCopy full SHA for 5f20bfc
src/store/modules/tagsView.js
@@ -38,7 +38,7 @@ const tagsView = {
38
for (const i of state.cachedViews) {
39
if (i === view.name) {
40
const index = state.cachedViews.indexOf(i)
41
- state.cachedViews = state.cachedViews.slice(index, i + 1)
+ state.cachedViews = state.cachedViews.slice(index, index + 1)
42
break
43
}
44
0 commit comments