Frontend: Remove unused function parameter #2648
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
32f7b3cbb1
commit
3c54ac8285
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ Vue.use(Components);
|
|||
Vue.use(Dialogs);
|
||||
|
||||
window.backwardsNavigationDetected = false;
|
||||
window.addEventListener("popstate", (event) => {
|
||||
window.addEventListener("popstate", () => {
|
||||
window.backwardsNavigationDetected = true;
|
||||
// give components time to react to backwardsNavigationDetected in `created` or '$route'-watcher
|
||||
setTimeout(() => {
|
||||
|
|
Loading…
Reference in a new issue