I have a function that runs every time the user changes something. But sometimes the user will have to change multiple things and I don't want to call the function 2 or more times..
How can I make it execute only if it isn't already running?
How can I make it execute only if it isn't already running?
Comment