Well this fixed one issue but introduced another. One day I’ll learn to read comments from my previous self. (Line below the added part.) 🙈

Screenshot of code commit showing added code “guard _article !== oldValue else { return }” with comment on the line below “This same code path is used for updates so it’s important not to return early if the new article is identical to the old article.”.