Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Remove inadequate TODO, see #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Soreine committed Sep 7, 2016
1 parent 9559a77 commit 2210be0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/onEnter.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ function onEnter(event, data, state, opts) {
// Pressing Shift+Enter
// should split block normally
if (data.isShift) {
// TODO fix for items containing only text nodes
return null;
}

Expand Down

0 comments on commit 2210be0

Please sign in to comment.