Skip to content

Fix flickering of system notes

What does this MR do?

EE MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1873

  • Fix flickering of system notes
    • Add original note content to compare against

Are there points in the code the reviewer needs to double check?

Easy reproduction:

  1. Edit an issue title
  2. Notice the system note added
  3. Switch to another tab and back (to fire the polling immediately)
  4. Notice the flicker (without this fix)

Why was this MR needed?

  • System notes flickering after being added

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #32087 (closed)

Merge request reports