We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e255b42 commit 67b5154Copy full SHA for 67b5154
packages/mini-editor/src/mini-editor-spring.tsx
@@ -10,7 +10,7 @@ export { MiniEditor, MiniEditorProps }
10
type SpringConfig = Parameters<typeof useSpring>[1]
11
12
const defaultSpring = {
13
- stiffness: 256,
+ stiffness: 120,
14
damping: 24,
15
mass: 0.2,
16
decimals: 3,
0 commit comments