Thanks for your kind words! I’m glad you like NC 🙂
So, it was actually a silly bug on my side I did when refactoring some code. Here is the fix:
Please open up ExecuteFunction.cs and at line #92, you should see that the EndAction() is called.
Simply move the EndAction call within the bracket just above (within the else).