Skip to content

Commit

Permalink
fix(api-tab): cache not remove
Browse files Browse the repository at this point in the history
  • Loading branch information
scarqin committed Oct 26, 2022
1 parent dadaf3d commit acf9820
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export class ApiTabStorageService {
* @param data
*/
setPersistenceStorage(selectedIndex, opts) {
return;
//! remote datasource may change
// if (this.dataSource.dataSourceType === 'http') {return;}
let tabsByID = Object.fromEntries(this.tabsByID);
Expand Down

0 comments on commit acf9820

Please sign in to comment.