Skip to content

Add debouncing and callback

Compare
Choose a tag to compare
@milafrerichs milafrerichs released this 11 Aug 11:56
· 44 commits to master since this release
7c14dc8

Adding debouncing to code editor changes, will reducue the amount of errors in the console when the code is not executable.
will result in a bit of a delay for the user, but if we keep the debouncing time small it should just be an improvement

also add callback function that get's called when the user changed code, good for application tracking and potential other UI changes (a saved indicator, or similar)