move measure DOM node further out of the viewport
This commit is contained in:
parent
275969627f
commit
faca5d8267
2 changed files with 2 additions and 2 deletions
|
|
@ -99,7 +99,7 @@ var Text = function(parentEl) {
|
|||
var style = measureNode.style;
|
||||
|
||||
style.width = style.height = "auto";
|
||||
style.left = style.top = "-1000px";
|
||||
style.left = style.top = (-n * 40) + "px";
|
||||
|
||||
style.visibility = "hidden";
|
||||
style.position = "absolute";
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit c0cab19cbb5d44df98bae0060c782a6f30464afe
|
||||
Subproject commit 67a380309e5b139a9603334ad9d9f917659f04bc
|
||||
Loading…
Add table
Add a link
Reference in a new issue