Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Jul 9, 2023
1 parent 5b8efc2 commit bd01c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bg/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function actionClick(tab: Tabs.Tab): Promise<void> {
await invertHostState(hostname);

let frames = (await webNavigation.getAllFrames({ tabId: tab.id })) ?? [];

// Added instead of commented below, as map currently isn't loaded properly on just frame reload...
if (frames.some((frame) => frame.url.match(replacedUrlMatcher) || frame.url.match(matcher))) {
tabs.reload(tab.id, { bypassCache: true });
Expand Down

0 comments on commit bd01c1d

Please sign in to comment.