You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update notebook comment view in response to mutations (microsoft#219927)
Update notebook comment view in response to mutations.
Fixes Rendered notebook cell comments are not updated when the underlying data changes via the extension APIs microsoft#214248
This short circuiting makes it so that the comment is not updated. Not having this return early is consistent with the corresponding function in commentThreadZoneWidget.ts.
0 commit comments