We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df1845 commit d5ade8fCopy full SHA for d5ade8f
typings/index.d.ts
@@ -88,10 +88,6 @@ export interface IReactCodemirror extends IDOMEvent {
88
* Fires when the overwrite flag is flipped.
89
* */
90
onOverwriteToggle?: (instance: CodeMirror.Editor, overwrite: boolean) => void;
91
- /**
92
- * Fired whenever the cursor or selection in this document changes.
93
- * */
94
- onCursorActivity?(instance: CodeMirror.Editor): void;
95
/**
96
* Will be fired when the line object is deleted. A line object is associated with the start of the line.
97
* Mostly useful when you need to find out when your gutter markers on a given line are removed.
0 commit comments