fix: use configStore.getState().setPersonaAttire in ScrollOverlays
This commit is contained in:
parent
e1599650f0
commit
e686d41d26
@ -216,8 +216,8 @@ export function ScrollOverlays() {
|
|||||||
<div
|
<div
|
||||||
key={item.id}
|
key={item.id}
|
||||||
onMouseEnter={() => {
|
onMouseEnter={() => {
|
||||||
import('@/store/useConfigStore').then(({ useConfigStore }) => {
|
import('@/store/useConfigStore').then(({ configStore }) => {
|
||||||
useConfigStore.getState().setActivePersonaAttire(item.id);
|
configStore.getState().setPersonaAttire(item.id);
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user