Open janchaloupka opened 4 months ago
Solved in https://github.com/peckadesign/pd-naja/pull/27, released in https://github.com/peckadesign/pd-naja/releases/tag/2.3.1. The title is now correctly changing back.
There is still one issue remaining with the history entry itself, see https://github.com/naja-js/naja/issues/406.
I have encountered a problem with dynamic page title. On opening a modal the page title reflects the change. However when closing the modal the title is not updated back to its original value.
Steps to reproduce the problem:
I suspect the problem is somewhere in the history state as I noticed the page title is overwritten even for the previous history entry.
@zipper can you please look into it?