You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Partial works can be done with Object.keys(generators).map(function(key, index) {return generators[key].generator.quick_replace})
But it does not seem to work perfectly
Partial works can be done with
Object.keys(generators).map(function(key, index) {return generators[key].generator.quick_replace})But it does not seem to work perfectly