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 Jan 5, 2026. It is now read-only.
About the custom activity editor introduced in this PR, if you close and reopen the dialog it visually saves the text that was entered, but if you send the event without changing the event data it will send the placeholder "Hello world!" event
To Reproduce
Steps to reproduce the behavior:
Open custom event editor, notice the "hello world" event placeholder
Modify the event message to say "Hello to you too!"
Send the event
Close the dialog
Reopen the dialog, notice that it retains your modified event
Send the event without modifying anything, notice that the event that actually sends is the "hello world!" placeholder
Expected behavior
The event sent in the custom event editor should match the text in the editor when the dialog is reopened after making changes.