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

View File

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