mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
workaround for lack of DOM element .remove in IE
This commit is contained in:
@@ -24,6 +24,6 @@ define [
|
||||
|
||||
clearHighlights: () ->
|
||||
for h in @highlightElements
|
||||
h?.remove()
|
||||
h?.parentNode.removeChild(h)
|
||||
@highlightElements = []
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user