This repository was archived by the owner on Sep 25, 2021. It is now read-only.
This repository was archived by the owner on Sep 25, 2021. It is now read-only.
Open
Description
Describe the bug
When the target of a link is set to self, target = "_self"
, turbolinks stops working on that link
Steps to reproduce the behavior:
- add
target = "_self"
to anchor tag.
Expected behavior
Since "_self" is the default target for a link, I believe it should not trigger a full page reload.