Block API: Block splitting, insert after #375
Labels
Framework
Issues related to broader framework topics, especially as it relates to javascript
[Type] Task
Issues or PRs that have been broken down into an individual action to take
Related: #374
Slack discussion: https://wordpress.slack.com/archives/C02QB2JS7/p1491308809656882 (cc @spocke)
With current block APIs, we might be able to support this by passing additional callbacks to the
edit
render handler, e.g.insertBlockAfter
.Proposal:
null
, inserts empty block after currently selected blockIn all cases, moves cursor focus to start of newly inserted block.
The text was updated successfully, but these errors were encountered: