remvoe createElementFromHTML

This commit is contained in:
2025-09-19 15:26:20 +02:00
parent d51c7ac5ae
commit 9a2959b307
2 changed files with 1 additions and 8 deletions

View File

@@ -63,13 +63,6 @@ function annotationRenderer(data) {
return null
}
function createElementFromHTML(html) {
const el = document.createElement('div')
el.innerHTML = html.trim()
return el.firstChild
}
function getWritableItems(callback) {
return [
{