slate-delete-one-line
v0.0.7
Published
Only Delete one line of Slate with cmd+delete
Readme
slate-delete-one-line
Delete a visual line rather than a block line.
Fix #1623
Usage
- install with
yarn install slate-delete-one-line - use this package as a plugin to hack
onKeyDown
import LineDelete from 'slate-delete-one-line'
export default LineDelete()Arguments
import LineDelete from 'slate-delete-one-line'
const plugin = LineDelete({forward: true, backward: true})forward: (default: true) whether or not hack deleteForwardLinebackward: (default: true) whether or not hack deleteBackwardLine
Notice:
By May-2018, there is a bug in slate core deleteForwardLine. This package override the default deleteForwardLine as well.
