mirror of
https://github.com/immich-app/immich.git
synced 2026-02-28 01:29:04 +03:00
fix(web): delete action closes asset viewer in asset view (#15469)
fixes #14647
This commit is contained in:
committed by
GitHub
parent
e2c34f17ba
commit
f89e74181b
@@ -19,3 +19,4 @@ export type Action = {
|
||||
[K in AssetAction]: { type: K } & ActionMap[K];
|
||||
}[AssetAction];
|
||||
export type OnAction = (action: Action) => void;
|
||||
export type PreAction = (action: Action) => void;
|
||||
|
||||
Reference in New Issue
Block a user