Skip to content

Commit

Permalink
Add description for wrapBodyIndlineWithPara
Browse files Browse the repository at this point in the history
  • Loading branch information
Park Hyunwoo committed Sep 23, 2014
1 parent df41095 commit 8eb7a05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/editing/Typing.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ define([
// deleteContents on range.
rng = rng.deleteContents();

// Wrap range if it needs to be wrapped by paragraph
rng = rng.wrapBodyInlineWithPara();

// find split root node: block level node
Expand Down

0 comments on commit 8eb7a05

Please sign in to comment.