I want to format my code when user types, I found an formatter & call dispatch with the formatted code, I want to do this when user clicks outside of the editor.
I am doing this as v6 doesn’t support formating.
How to listen to onBlur ? and call my function after that.
Any help is highly appreciated , thanks in advance.