Skip to content

Commit ec16ebf

Browse files
Ups version and adds scrollMargin to types
1 parent a7a5b34 commit ec16ebf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-ace",
3-
"version": "4.1.4",
3+
"version": "4.1.5",
44
"description": "A react component for Ace Editor",
55
"main": "lib/ace.js",
66
"types": "types.d.ts",

types.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ export interface AceEditorProps {
146146
tabSize?: number
147147
value?: string
148148
defaultValue?: string
149+
scrollMargin?: number[]
149150
onLoad?: (editor: EditorProps) => void
150151
onBeforeLoad?: (ace: any) => void
151152
onChange?: (value: string) => void

0 commit comments

Comments
 (0)