Cleanup
This commit is contained in:
parent
aa7ff184a2
commit
2a579b53fd
@ -7,18 +7,7 @@ window.onload = () => {
|
||||
document.querySelectorAll('.bes-online-editor').forEach(edit => {
|
||||
let editor = {
|
||||
timer: null,
|
||||
children: [
|
||||
// {
|
||||
// elements: null,
|
||||
// isProofed: false
|
||||
// matches: [
|
||||
// {
|
||||
// range: null,
|
||||
// rects: null
|
||||
// }
|
||||
// ]
|
||||
// }
|
||||
]
|
||||
children: []
|
||||
}
|
||||
besEditors[edit.id] = editor
|
||||
besProof(edit)
|
||||
|
Loading…
x
Reference in New Issue
Block a user