fix bug in $.isEmpty, improve keydown

This commit is contained in:
Peter Savchenko 2018-05-29 17:26:17 +03:00
commit e85725f12e
No known key found for this signature in database
GPG key ID: 63E739583C761566
5 changed files with 84 additions and 28 deletions

View file

@ -8,9 +8,17 @@ CodeX Editor is a block-oriented editor. It means that entry composed with the l
### Constructor
### Render
### Save
### Render
### Validate
### Merge (optional)
Method that specifies how to merge two `Blocks` of the same type, for example on `Backspace` keypress.
Method does accept data object in same format as the `Render` and it should provide logic how to combine new
data with the currently stored value.
### Available settings