Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hata6502 committed Oct 10, 2020
1 parent e8df457 commit ec19f8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- `Fix` - Fixed the `Tab` key behavior when the caret is not set inside contenteditable element, but the block is selected [#1302](https://github.com/codex-team/editor.js/issues/1302).
- `Fix` - Fixed the `onChange` callback issue. This method didn't be called for native inputs before some contentedtable element changed [#843](https://github.com/codex-team/editor.js/issues/843)
- `Fix` - Fixed the `onChange` callback issue. This method didn't be called after the callback throws an exception [#1339](https://github.com/codex-team/editor.js/issues/1339)
- `Improvements` - Added generic types to OutputBlockData

### 2.18

Expand Down
2 changes: 1 addition & 1 deletion types/data-formats/output-data.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {BlockToolData} from '../tools';
*/
export interface OutputBlockData<S extends string = string, T extends object = any> {
/**
* Too type
* Tool type
*/
type: S;
/**
Expand Down

0 comments on commit ec19f8b

Please sign in to comment.