Quick and dirty fix to spotlight reactivity
This commit is contained in:
@@ -40,7 +40,7 @@ export const makeSpotlightExpandedLayout: CallLayout<
|
||||
|
||||
const [generation] = useReactiveState<number>(
|
||||
(prev) => (prev === undefined ? 0 : prev + 1),
|
||||
[width, height],
|
||||
[width, height, model.spotlight],
|
||||
);
|
||||
|
||||
const spotlightTileModel: SpotlightTileModel = useMemo(
|
||||
|
||||
Reference in New Issue
Block a user