Commit d051694c authored by Nick Stenning's avatar Nick Stenning

Merge pull request #2863 from hypothesis/quote-hysteresis

Add a small hysteresis threshold for annotation quotes
parents 07bc28fd ebf9946c
......@@ -59,7 +59,8 @@
ng-if="vm.hasQuotes()">
<excerpt enabled="vm.feature('truncate_annotations')"
collapsed-height="40"
inline-controls="true">
inline-controls="true"
overflow-hysteresis="20">
<blockquote class="annotation-quote"
ng-bind-html="selector.exact"
ng-repeat="selector in target.selector
......
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