Skip to content

Commit 67b5154

Browse files
committed
Change default spring
1 parent e255b42 commit 67b5154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mini-editor/src/mini-editor-spring.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export { MiniEditor, MiniEditorProps }
1010
type SpringConfig = Parameters<typeof useSpring>[1]
1111

1212
const defaultSpring = {
13-
stiffness: 256,
13+
stiffness: 120,
1414
damping: 24,
1515
mass: 0.2,
1616
decimals: 3,

0 commit comments

Comments
 (0)