mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
Bug 623313 - Let text reflow finish before zooming [r=mfinkle]
This commit is contained in:
parent
c17562aa6b
commit
b49a1b34d6
@ -474,7 +474,9 @@ let Content = {
|
||||
}
|
||||
}
|
||||
}
|
||||
sendAsyncMessage("Browser:ZoomToPoint:Return", { x: x, y: y, zoomTo: rect });
|
||||
content.setTimeout(function() {
|
||||
sendAsyncMessage("Browser:ZoomToPoint:Return", { x: x, y: y, zoomTo: rect });
|
||||
}, 0);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user