Javascript array stores values twice when menu editor runs for first time
Summary The issue described involves a Javascript array storing values twice when a menu editor runs for the first time. Despite the function call being executed only once, the array ends up containing two values instead of the expected empty or single value state. Root Cause The root cause of this issue is not explicitly … Read more