1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Adjust fox look height

This commit is contained in:
Dan Finlay 2017-04-30 18:54:57 -07:00
parent 89b0d3d403
commit 53cecf77a2

View File

@ -112,7 +112,7 @@ UnlockScreen.prototype.inputChanged = function (event) {
var viewRect = element.getBoundingClientRect()
var carat = getCaretCoordinates(element, element.selectionEnd)
var x = viewRect.right - carat.left + element.scrollLeft
var y = 300
var y = 100
var pointAt = { x, y }
this.animationEventEmitter.emit('point', pointAt)
}