8000 fix: expose method on the public api by n1ru4l · Pull Request #236 · andrerpena/react-mde · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

fix: expose method on the public api #236

Merged
< 8000 div class="flex-auto min-width-0 mb-2"> merged 1 commit into from
Apr 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/types/CommandOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ export interface TextApi {
* @param selection
*/
setSelectionRange (selection: TextRange): TextState;
/**
* Get the current text state
*/
getState(): TextState;
}
0