Skip to content

Commit

Permalink
fix: first time auto pop up
Browse files Browse the repository at this point in the history
  • Loading branch information
DaKingKong committed Jun 21, 2024
1 parent c3492ba commit fd91392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ window.addEventListener('message', async (e) => {
trackEditSettings({ changedItem: 'auto-message-log', status: data.autoLog });
break;
case 'rc-route-changed-notify':
if (!data.path.startsWith('/log/message')) {
if (!data.path.startsWith('/log/message') && !data.path.startsWith('/conversations/')) {
autoPopupMainConverastionId = null;
}
if (data.path !== '/') {
Expand Down

0 comments on commit fd91392

Please sign in to comment.