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
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
If I have a core item with a relative link inside it <a href="#about" target="_self"></a>, in a component, and I click the link, instead scrolling to the #about label in the current window I am sent to the containing component loaded as a html page.
This was ok in 0.4.2
Broken in master as of 9d71578
If I have a core item with a relative link inside it
<a href="#about" target="_self"></a>
, in a component, and I click the link, instead scrolling to the#about
label in the current window I am sent to the containing component loaded as a html page.This was ok in 0.4.2
Broken in master as of 9d71578
See gist: https://gist.github.com/clyfe/ba7c8638b192a21d48cb
The text was updated successfully, but these errors were encountered: