mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix incorrect selector
This commit is contained in:
parent
dd7e6f0612
commit
ba6a0b44a9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ define [
|
||||||
})
|
})
|
||||||
else
|
else
|
||||||
$scope.placement = 'right'
|
$scope.placement = 'right'
|
||||||
angular.element('.onboarding__autocompile').offset({
|
popover.offset({
|
||||||
top: top,
|
top: top,
|
||||||
left: left + recompileBtn.width()
|
left: left + recompileBtn.width()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue