mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-04-16 12:50:56 +02:00
fix(storybook): update obsolete method for preferences (#15750)
This commit is contained in:
parent
455be80b4f
commit
d7365eb126
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ queueMicrotask(() => {
|
|||
widgets(app);
|
||||
misskeyOS = os;
|
||||
if (isChromatic()) {
|
||||
prefer.set('animation', false);
|
||||
prefer.commit('animation', false);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue