历史(History)
配置项
delay
maxStack
userOnly
var quill = new Quill('#editor', {
modules: {
history: {
delay: 2000,
maxStack: 500,
userOnly: true
}
},
theme: 'snow'
});API
clear
cutoff (实验性api)
undo
redo
Last updated