fix ui: fix tab close manager counter
This commit is contained in:
parent
88a6fb7383
commit
cff1d3a996
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ export default class TabClosingManager extends ListWalker<{ tabId: string, time:
|
|||
if (t < this.currentTime) {
|
||||
this.reset()
|
||||
this.closedTabs = new Set()
|
||||
return Promise.resolve(null)
|
||||
return Promise.resolve("reset")
|
||||
}
|
||||
this.currentTime = t
|
||||
const msg = this.moveGetLast(t)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue