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
this line has bug, because i can set my link as <a href="/page" target="_rules" /> so that all the links with this target won't open too many new windows and they will be opened in the same new window, _rules is like a target window name.
now all my '_rules' links will trigger the progress bar to show.
The text was updated successfully, but these errors were encountered:
nextjs-toploader/src/index.tsx
Line 244 in 461a78d
this line has bug, because i can set my link as
<a href="/page" target="_rules" />
so that all the links with this target won't open too many new windows and they will be opened in the same new window,_rules
is like a target window name.now all my '_rules' links will trigger the progress bar to show.
The text was updated successfully, but these errors were encountered: