mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-12 22:06:20 +00:00
Make sure gotoLine works when changing session
This commit is contained in:
parent
6212b1c375
commit
088d27f22b
3 changed files with 1 additions and 3 deletions
|
@ -9,7 +9,6 @@ define [
|
|||
sharejs_doc: null
|
||||
open_doc_id: null
|
||||
opening: true
|
||||
gotoLine: null
|
||||
}
|
||||
|
||||
@$scope.$on "entity:selected", (event, entity) =>
|
||||
|
|
|
@ -33,7 +33,6 @@ define [
|
|||
highlights: "="
|
||||
text: "="
|
||||
readOnly: "="
|
||||
gotoLine: "="
|
||||
annotations: "="
|
||||
navigateHighlights: "="
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ define [], () ->
|
|||
if value?
|
||||
setTimeout () =>
|
||||
@gotoLine(value)
|
||||
, 0
|
||||
, 10 # Hack: Must happen after @gotoStoredPosition
|
||||
|
||||
storeScrollTopPosition: (session) ->
|
||||
if @doc_id?
|
||||
|
|
Loading…
Add table
Reference in a new issue