fix(storybook): update obsolete method for preferences (#15750)

This commit is contained in:
zyoshoka 2025-04-03 12:54:08 +09:00 committed by GitHub
parent 455be80b4f
commit d7365eb126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ queueMicrotask(() => {
widgets(app);
misskeyOS = os;
if (isChromatic()) {
prefer.set('animation', false);
prefer.commit('animation', false);
}
});
});