From 9d3dd4e0824b43ba1ab5ed08911fe4a5eca08d68 Mon Sep 17 00:00:00 2001 From: Cole Date: Tue, 2 Jun 2020 09:59:09 +0900 Subject: [PATCH] Add setter form permit empty paragraph at the end of the content when applyDelta. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb6c6238..4299ec11 100644 --- a/README.md +++ b/README.md @@ -399,6 +399,8 @@ YTextEvents compute changes as deltas.
See Quill Delta
length:number
+ permitEmptyParagraph(permit:boolean) +
Permit empty paragraph at the end of the content when applyDelta
toString():string
Transforms this type, without formatting options, into a string.
toJSON():string