mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
ecaf116990
The MutationObserver callback could throw an uncaught RangeError when posAtDOM returned a position outside the document, since the existing try/catch only wrapped the observer setup, not the async callback. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>