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:
parent
34712dd51f
commit
6789815217
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user