diff --git a/src/Linkification/Linkify.coffee b/src/Linkification/Linkify.coffee index 3f45db633..2b67337c8 100644 --- a/src/Linkification/Linkify.coffee +++ b/src/Linkification/Linkify.coffee @@ -153,6 +153,5 @@ Linkify = # Insert the range into the anchor, the anchor into the range's DOM location, and destroy the range. $.add a, range.extractContents() range.insertNode a - range.detach() a