mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fix typo at CursorPositionChangedEvent
This commit is contained in:
parent
a4c2d3c7de
commit
9b3e2fef0b
2
types/atom/index.d.ts
vendored
2
types/atom/index.d.ts
vendored
@ -5265,7 +5265,7 @@ export interface CursorPositionChangedEvent {
|
||||
newBufferPosition: Point;
|
||||
newScreenPosition: Point;
|
||||
textChanged: boolean;
|
||||
Cursor: Cursor;
|
||||
cursor: Cursor;
|
||||
}
|
||||
|
||||
export interface DecorationPropsChangedEvent {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user