mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-26 16:04:24 +02:00
fix(storybook): update obsolete method for preferences (#15750)
This commit is contained in:
@@ -83,7 +83,7 @@ queueMicrotask(() => {
|
|||||||
widgets(app);
|
widgets(app);
|
||||||
misskeyOS = os;
|
misskeyOS = os;
|
||||||
if (isChromatic()) {
|
if (isChromatic()) {
|
||||||
prefer.set('animation', false);
|
prefer.commit('animation', false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user