remvoe createElementFromHTML
This commit is contained in:
@@ -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 [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user