interviewstreet / firepad-x

Collaborative Text Editor Powered by Firebase
Other
37 stars 20 forks source link

fix: content duplication during initialization in v0.8.0 #77

Closed MrSurana closed 1 year ago

MrSurana commented 1 year ago

Description

A bug during firepad initialisation results in code duplication if both participants load the code at the same time the code would appear twice. This is a rare event, but it does happen.

Same as https://github.com/interviewstreet/firepad-x/pull/69