Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

append <ul> will not work #4409

Open
hi-iwi opened this issue Sep 13, 2024 · 0 comments
Open

append <ul> will not work #4409

hi-iwi opened this issue Sep 13, 2024 · 0 comments

Comments

@hi-iwi
Copy link

hi-iwi commented Sep 13, 2024

 const html = `<ul><li>安装监控设备应当按规定报批备案。</li><li>应当向员工明示先知,因为这些监控手段的使用会使雇员的人格尊严部分丧失,如未明示则有偷窥之嫌。</li><li>监控仅限于工作场所和工作时间,监控的内容仞限于与企业的经营活动有关,如单位的更衣室、卫生间、浴室等处不得设置,也就是说,并非所有的公共场所都可以安装公共安全图像系统。</li><li>用人单位对受监控的员工个人隐私信息负有严格保密义务,不得随意公开。</li><li>员工有权知悉监控信息资料的储存情况,有权要求用人单位妥善保存监控信息并定期限销毁。</li><li>公民享有平等权,所安装的摄像头应面对整个办公场所,不得只针对特定的一个人。</li></ul>`
const ele = document.createElement("div")
ele.innerHTML = html
quill.root.appendChild(ele.firstChild)

this will not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant