zhong015

Results 1 comments of zhong015

//解决新版quill系统键盘输入时,placeholder不消失的bug quill.root.addEventListener('input',()=>{ if (quill.root.innerText !== '\n' && quill.root.classList.contains('ql-blank')) { quill.root.classList.toggle('ql-blank', false); } });