Shopify / shopify-frontend-template-react

MIT License
132 stars 61 forks source link

fix: Open links in _self when not external #303

Closed douglasmiller closed 1 month ago

douglasmiller commented 1 month ago

WHY are these changes introduced?

Fixes an issue introduced in #255 where non-external links open in a new window.

WHAT is this pull request doing?

This fix updates the window.open call to include a target of _self.

douglasmiller commented 1 month ago

I have signed the CLA!