mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 01:11:07 +03:00
revert: "feat(web): wasm justified layout" (#19226)
This commit is contained in:
@@ -18,7 +18,7 @@ export class ViewerAsset {
|
||||
return calculateViewerAssetIntersecting(store, positionTop, this.position.height);
|
||||
});
|
||||
|
||||
position: CommonPosition | undefined = $state.raw();
|
||||
position: CommonPosition | undefined = $state();
|
||||
asset: TimelineAsset = <TimelineAsset>$state();
|
||||
id: string = $derived(this.asset.id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user