Login Page - Create Account

Support Board


Date/Time: Tue, 28 Oct 2025 20:58:25 +0000



Post From: Add callback registration on custom study removed event

[2024-02-28 16:52:28]
j4ytr4der_ - Posts: 947
Found the error, I wasn't giving this code block its own return; and was expecting to rely on one further down the code, which wasn't working. Inserted return; at the end here and now it works great.