1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Set initial cursor position for the editor to beginning (#2385)

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2021-03-24 19:22:17 +02:00 committed by GitHub
parent 34712dd51f
commit 6789815217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ const defaultProps: Partial<Props> = {
useWorker: false, useWorker: false,
onBlur: noop, onBlur: noop,
onFocus: noop, onFocus: noop,
cursorPos: { row: 0, column: 0 },
}; };
@observer @observer