This commit is contained in:
Simon Rozman 2024-02-06 14:07:09 +01:00
parent aa7ff184a2
commit 2a579b53fd

View File

@ -7,18 +7,7 @@ window.onload = () => {
document.querySelectorAll('.bes-online-editor').forEach(edit => { document.querySelectorAll('.bes-online-editor').forEach(edit => {
let editor = { let editor = {
timer: null, timer: null,
children: [ children: []
// {
// elements: null,
// isProofed: false
// matches: [
// {
// range: null,
// rects: null
// }
// ]
// }
]
} }
besEditors[edit.id] = editor besEditors[edit.id] = editor
besProof(edit) besProof(edit)