Ben Dwyer
Ben Dwyer
This mostly looks good. ~The problem I see is that even when I have any wp_navigation post types the fallback is always to Page List. We could deal with that...
LGTM (again!)
I pushed a commit ([6c67ecd](https://github.com/WordPress/gutenberg/pull/42735/commits/6c67ecd8982dec30116a71b1da91dbb403c54bb2)) which removes the "disabled" state of the block when there's an overlay. I hope this fixes https://github.com/WordPress/gutenberg/issues/43227. I don't think we need this state anymore.
Reopening so we don't forget about the text aspect of this.
I tried this solution, but I need the page to scroll to my anchor, not just strip them out. In the end I did it this way: ``` $(window).bind('anchorchange',function (event)...
Looks better than what I did! I need to look in more detail....
Closing this old PR.
I'm happy for anyone to take this over.
I think we should probably reconsider this in the light of https://github.com/WordPress/gutenberg/issues/47058
What happens here depends on what we do about https://github.com/WordPress/gutenberg/pull/48625