You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(tabbookmark): apply short circuit evaluation to HandleBookmark
We do not and should not call `IsOnNewTab` if `IsOnBookmarkBar` is false. Otherwise, even though users click on web pages, the code may still call `IsOnNewTab` which is unnecessary and may lead to incorrect results.
0 commit comments