Fix quoting on Firefox.
This commit is contained in:
parent
6495f70581
commit
b10be8b875
@ -217,7 +217,7 @@ QR =
|
||||
post = Get.postFromNode @
|
||||
text = ">>#{post}\n"
|
||||
if sel.toString().trim() and post is Get.postFromNode sel.anchorNode
|
||||
range = sel.getRangeAt()
|
||||
range = sel.getRangeAt 0
|
||||
frag = range.cloneContents()
|
||||
ancestor = range.commonAncestorContainer
|
||||
if ancestor.nodeName is '#text'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user