Skip to content
Snippets Groups Projects
Commit fe25c4d9 authored by tlx6550's avatar tlx6550 Committed by 花裤衩
Browse files

fix[tags-view]: fixed bug in DEL_OTHERS_VIEWS (#368)

parent 7fef8568
Branches
Tags
No related merge requests found
......@@ -25,7 +25,7 @@ const tagsView = {
for (const i of state.cachedViews) {
if (i === view.name) {
const index = state.cachedViews.indexOf(i)
state.cachedViews.splice(index, 1)
state.cachedViews.splice(index, index + 1)
break
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment