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

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

View file

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