Skip to content

Commit aae5466

Browse files
committed
Fixed 2325 PassThrough mode status indicator disappears after switching tabs
1 parent 96d71e1 commit aae5466

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content_scripts/front.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,7 @@ function createFront(insert, normal, hints, visual, browser) {
747747
if (!frontendPromise) {
748748
newFrontEnd();
749749
}
750+
Mode.showStatus();
750751
};
751752

752753
self.detach = function() {

0 commit comments

Comments
 (0)