Login Page - Create Account

Support Board


Date/Time: Mon, 25 Nov 2024 16:48:57 +0000



Post From: Add callback registration on custom study removed event

[2024-02-28 16:52:28]
j4ytr4der_ - Posts: 938
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.