Skip to content

Commit

Permalink
[fix] タブがずれる問題を修正...?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mf-3d committed Jun 20, 2022
1 parent 62921d2 commit 5154c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ electron.ipcMain.handle('close_tab', (event, index) => {
return;
}

if(index === 0 && bv.length !== 0){
if(index === 0 || bv.length !== 0){
index = index;
}
else{
Expand Down

0 comments on commit 5154c30

Please sign in to comment.