1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 12:14:18 +00:00

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);
}
});
});