🐛(frontend) fix memory leak in Interlinking

When doing collaborative editing, doc?.title might
be out of sync for other users when updated by
another user.
This causes the useEffect to run repeatedly,
causing an infinite loop of updates.
We now trigger the effect only when doc?.title changes,
not when the customInlineContent changes.
This commit is contained in:
Anthony LC
2025-11-05 10:22:17 +01:00
parent c5d5d3dec4
commit 1372438f8e
2 changed files with 13 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ and this project adheres to
- ♿(frontend) remove empty alt on logo due to Axe a11y error #1516
- 🐛(backend) fix s3 version_id validation
- 🐛(frontend) retry check media status after page reload #1555
- 🐛(frontend) fix Interlinking memory leak #1560
## [3.8.2] - 2025-10-17