Comparing version 1.0.0-rc.3 to 1.0.0-rc.4
import Parchment from 'parchment'; | ||
import Emitter from '../core/emitter'; | ||
import Block, { BlockEmbed } from './block'; | ||
import Break from './break'; | ||
import Container from './container'; | ||
@@ -35,3 +36,4 @@ import CodeBlock from '../formats/code'; | ||
} | ||
first.moveChildren(last, last.children.head); | ||
let ref = last.children.head instanceof Break ? null : last.children.head; | ||
first.moveChildren(last, ref); | ||
first.remove(); | ||
@@ -38,0 +40,0 @@ } |
@@ -0,1 +1,6 @@ | ||
# 1.0.0-rc.4 | ||
Fix one important bug [fdd920](https://github.com/quilljs/quill/commit/fdd920250c05403ed9e5d6d86826a00167ba0b09) | ||
# 1.0.0-rc.3 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "quill", | ||
"version": "1.0.0-rc.3", | ||
"version": "1.0.0-rc.4", | ||
"description": "Cross browser rich text editor", | ||
@@ -5,0 +5,0 @@ "author": "Jason Chen <jhchen7@gmail.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2022143
21414