Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a regression in f87e7d0 that causes comments to be mangled as they are added on Facebook. Use deleteData() / insertData() instead of replaceData(). For some reason Facebook fails to react to the latter through its mutation observers. This change shouldn’t affect performance much because it’s still limited to just the one word. Fixes #105.
- Loading branch information