I've updated the context 'remove' flag var name to 'shouldBeRemoved' as proposed on the discussion of the issue mentioned above. Context remove flag name was updated to avoid collision with the method remove(pos, length, callback) of the 'text' OT type. This collision was causing issues that are documented on the ShareJS GitHub repository, such as #380 and #382.
Fixes #380.
I've updated the context
'remove'
flag var name to'shouldBeRemoved'
as proposed on the discussion of the issue mentioned above. Context remove flag name was updated to avoid collision with the methodremove(pos, length, callback)
of the'text'
OT type. This collision was causing issues that are documented on the ShareJS GitHub repository, such as #380 and #382.