Lower threshold
Fixes text selection formatting with https://github.com/vortext/vortext/blob/master/resources/public/examples/TestDocument3.pdf
This commit is contained in:
parent
8614c17c1d
commit
109d67691c
@ -893,7 +893,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||||||
styles: Object.create(null)
|
styles: Object.create(null)
|
||||||
};
|
};
|
||||||
var bidiTexts = textContent.items;
|
var bidiTexts = textContent.items;
|
||||||
var SPACE_FACTOR = 0.35;
|
var SPACE_FACTOR = 0.3;
|
||||||
var MULTI_SPACE_FACTOR = 1.5;
|
var MULTI_SPACE_FACTOR = 1.5;
|
||||||
|
|
||||||
var self = this;
|
var self = this;
|
||||||
|
Loading…
Reference in New Issue
Block a user