Skip to content

Commit 6d746d8

Browse files
authored
Update index.js
1 parent d8349b3 commit 6d746d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/store/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ const store = new Vuex.Store({
240240
while (i < state.window_list.length) {
241241
if (state.window_list[i].type === target_type) {
242242
state.window_list.splice(i,1)
243-
break
244243
} else {
245244
i += 1
246245
}
@@ -294,4 +293,4 @@ const store = new Vuex.Store({
294293
},
295294
})
296295

297-
export default store
296+
export default store

0 commit comments

Comments
 (0)