Closed giovannipds closed 2 years ago
Using new Delta() etc. and manipulating that, how can I convert it to DeltaStatic?
new Delta()
DeltaStatic
In Quill, updateContents accepts only DeltaStatic.
Quill
updateContents
GitHub issues is used for issue reporting. Please consult other resources for questions.
Using
new Delta()
etc. and manipulating that, how can I convert it toDeltaStatic
?In
Quill
,updateContents
accepts onlyDeltaStatic
.