We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a5b34 commit ec16ebfCopy full SHA for ec16ebf
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-ace",
3
- "version": "4.1.4",
+ "version": "4.1.5",
4
"description": "A react component for Ace Editor",
5
"main": "lib/ace.js",
6
"types": "types.d.ts",
types.d.ts
@@ -146,6 +146,7 @@ export interface AceEditorProps {
146
tabSize?: number
147
value?: string
148
defaultValue?: string
149
+ scrollMargin?: number[]
150
onLoad?: (editor: EditorProps) => void
151
onBeforeLoad?: (ace: any) => void
152
onChange?: (value: string) => void
0 commit comments