mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 16:43:28 +00:00
Update RangesTracker
This commit is contained in:
parent
7cac2f7d76
commit
593e7260d4
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ load = (EventEmitter) ->
|
||||||
# * Inserts by another user will not combine with inserts by the first user. If they are in the
|
# * Inserts by another user will not combine with inserts by the first user. If they are in the
|
||||||
# middle of a previous insert by the first user, the original insert will be split into two.
|
# middle of a previous insert by the first user, the original insert will be split into two.
|
||||||
constructor: (@changes = [], @comments = []) ->
|
constructor: (@changes = [], @comments = []) ->
|
||||||
|
@setIdSeed("")
|
||||||
|
|
||||||
getIdSeed: () ->
|
getIdSeed: () ->
|
||||||
return @id_seed
|
return @id_seed
|
||||||
|
|
Loading…
Reference in a new issue