When you stop the program in the editor, InteractableButtonWithFocusEvents will produce a NullReferenceException on line 103.
The line tries to access the inputManager instance and it seems this does not exist anymore.
Suggestion:
Add a null test for inputManager before trying to access it.