[Fix] Tool setting types (#825)

This commit is contained in:
George Berezhnoy 2019-07-01 01:24:36 +03:00 committed by GitHub
commit 491fe92143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View file

@ -9,6 +9,7 @@
- `Fix` — Added `typeof` util method to check exact object type [#805](https://github.com/codex-team/editor.js/issues/805)
- `New` *Conversion Toolbar* — Ability to convert one block to another [#704](https://github.com/codex-team/editor.js/issues/704)
- `New` *Cross-block selection* — Ability to select multiple blocks by mouse [#703](https://github.com/codex-team/editor.js/issues/703)
- `Fix` — Remove internal `enableLineBreaks` option from external Tool settings type description [#825](https://github.com/codex-team/editor.js/pull/825)
### 2.14

View file

@ -31,11 +31,6 @@ export interface ToolSettings {
*/
config?: ToolConfig;
/**
* Is user available to add line brakes in Tool (for example by Shift+Enter)
*/
enableLineBreaks?: boolean;
/**
* Is need to show Inline Toolbar.
* Can accept array of Tools for InlineToolbar or boolean.