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
When clicking a link, tinro aitomatically prepend the link with #/ to ensure we stay on the same page. This works well except when middle-clicking. In that case, Tinro should listen to the auxclick event to perform the same task.
When clicking a link, tinro aitomatically prepend the link with
#/
to ensure we stay on the same page. This works well except when middle-clicking. In that case, Tinro should listen to the auxclick event to perform the same task.https://developer.mozilla.org/en-US/docs/Web/API/Element/auxclick_event
The current implementation:
tinro/src/router.js
Lines 62 to 81 in 32038e7
The text was updated successfully, but these errors were encountered: