ether / ep_comments_page

Comments in Etherpad - No Longer Highly Experimental, now highly awesome!
Apache License 2.0
45 stars 48 forks source link

Wait for comments to load before finishing init #206

Closed rhansen closed 3 years ago

rhansen commented 3 years ago

This should fix "TypeError: Cannot read property 'data' of undefined" in localizeExistingComments() if the pad loads quickly.

Fixes #197

@tiblu Would you mind testing this? I saw #198, but I believe this is a more comprehensive fix.

tiblu commented 3 years ago

@rhansen Thanks for the update!

I could NOT reproduce https://github.com/ether/ep_comments_page/issues/197 with this PR applied. I closed my PR in favor of this one.