Range.detach is now a no-op.
This commit is contained in:
parent
274339dd76
commit
0d2a987768
@ -153,6 +153,5 @@ Linkify =
|
|||||||
# Insert the range into the anchor, the anchor into the range's DOM location, and destroy the range.
|
# Insert the range into the anchor, the anchor into the range's DOM location, and destroy the range.
|
||||||
$.add a, range.extractContents()
|
$.add a, range.extractContents()
|
||||||
range.insertNode a
|
range.insertNode a
|
||||||
range.detach()
|
|
||||||
|
|
||||||
a
|
a
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user