mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
fix typo at CursorPositionChangedEvent
This commit is contained in:
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 {
|
||||
|
||||
Reference in New Issue
Block a user