Quill:如何获取已删除的内容?

Quill: how to get deleted content?

从 Quill 文档中我得到了 quill 的 Delta 删除操作 return 只有删除内容的长度 (doc)。但我需要分析这些内容。 获取已删除内容的最佳方式是什么,例如 insert operation

中的新内容

你无法从孤立的三角洲获得它。然而从Quill的text-change event the second parameter is the previous contents and you can use diff中找出不同之处。

你可以在删除按钮上设置一个键绑定,你将可以使用 range.index 等访问数据。如果你想删除 norma[=,你可以使用 return true 10=]