mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
fix typo at CursorPositionChangedEvent
This commit is contained in:
Vendored
+1
-1
@@ -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