While navigating between sub-pages, I utilize the window.history.replaceState method to replace URLs in my web application. However, I have noticed that my custom cursor briefly blinks (replaced by cursor: default) when the current URL is replaced with a new one. Is this normal behavior, and is there any way to prevent it? Thank you for your insights.
Edit: This issue occurs in Chrome browser; custom cursor does not blink in IE11.