зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1014708 - Disable zoom for find in page. r=mfinkle
This commit is contained in:
Родитель
9aca6f8285
Коммит
a2d82348fa
|
@ -77,7 +77,8 @@ var FindHelper = {
|
|||
this._targetTab.sendViewportUpdate();
|
||||
}
|
||||
} else {
|
||||
ZoomHelper.zoomToRect(aData.rect, -1, false, true);
|
||||
// Disabled until bug 1014113 is fixed
|
||||
//ZoomHelper.zoomToRect(aData.rect, -1, false, true);
|
||||
this._viewportChanged = true;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче