inertia icon indicating copy to clipboard operation
inertia copied to clipboard

added history event

Open MinePlay96 opened this issue 2 years ago • 1 comments

this PR inserts a history event.

This event is executed every time before the page is loaded from window.history. The event can be stopped to prevent the component swap.

I need this or something similar as we have an Inertia.js Vue Router hybrid site. Otherwise there is no way to prevent Inertia from taking over the page change on certain pages.

MinePlay96 avatar Jun 01 '23 13:06 MinePlay96

Related PRs: #1367 #774

reinink avatar Jun 28 '23 11:06 reinink