mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-07 22:03:05 +00:00
workaround for lack of DOM element .remove in IE
This commit is contained in:
parent
edc83b905c
commit
c52a122966
1 changed files with 1 additions and 1 deletions
|
@ -24,6 +24,6 @@ define [
|
|||
|
||||
clearHighlights: () ->
|
||||
for h in @highlightElements
|
||||
h?.remove()
|
||||
h?.parentNode.removeChild(h)
|
||||
@highlightElements = []
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue