Commit 4ee6bb4b authored by Randall Leeds's avatar Randall Leeds

Actually pass the TextQuote position hint

parent c7835704
......@@ -34,6 +34,7 @@ exports.anchor = (selectors) ->
fragment = selector
when 'TextPositionSelector'
position = selector
options.position = position # TextQuoteAnchor hint
when 'TextQuoteSelector'
quote = selector
when 'RangeSelector'
......
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