mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 09:13:17 +03:00
feat(web): event handler component (#23763)
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
// if the browser theme changes, changes the Immich theme too
|
||||
});
|
||||
|
||||
eventManager.emit('app.init');
|
||||
eventManager.emit('AppInit');
|
||||
|
||||
beforeNavigate(({ from, to }) => {
|
||||
if (isAssetViewerRoute(from) && isAssetViewerRoute(to)) {
|
||||
|
||||
Reference in New Issue
Block a user