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
{{ message }}
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
When you add a note to a pending result, the dialog window disappears if the result completes in the meantime.
It might not worth fixing if the fix is too complex.
The text was updated successfully, but these errors were encountered:
The modal must be hosted outside of the result to fix this. We can then provide a callback to children with a signature like this startNoteEditing(id, initialValue). The parent should handle managing the modal state.
When you add a note to a pending result, the dialog window disappears if the result completes in the meantime.
It might not worth fixing if the fix is too complex.
The text was updated successfully, but these errors were encountered: