Commit ebe79270 authored by csillag's avatar csillag

Updated dom-text-mapper to d434004df (with bugfix for SPAN selection bug)

parent 55493dd2
...@@ -2,7 +2,7 @@ class window.DomTextMapper ...@@ -2,7 +2,7 @@ class window.DomTextMapper
USE_TABLE_TEXT_WORKAROUND = true USE_TABLE_TEXT_WORKAROUND = true
USE_EMPTY_TEXT_WORKAROUND = true USE_EMPTY_TEXT_WORKAROUND = true
SELECT_CHILDREN_INSTEAD = ["thead", "tbody", "ol", "a", "caption", "p"] SELECT_CHILDREN_INSTEAD = ["thead", "tbody", "ol", "a", "caption", "p", "span"]
CONTEXT_LEN = 32 CONTEXT_LEN = 32
@instances: [] @instances: []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment