Skip to content

Commit ea7a763

Browse files
committed
[chrome] fix tabs having their favicons reset
1 parent a19770d commit ea7a763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chrome/src/Tab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class Tab extends StatefulClass {
6161
this.history = new History(this);
6262
this.history.push(this.url, undefined);
6363

64-
this.icon = defaultFaviconUrl;
64+
this.icon = null;
6565

6666
let resolver: () => void;
6767
this.waitForChobitsuInit = new Promise((resolve) => {

0 commit comments

Comments
 (0)