
Not sure if a bug, or a misunderstanding of why it triggers. But the below code will log every single token I have on any page when I save the sandbox. on('add:token', function(obj) {
log(obj);
});
Shouldn't this only trigger when a token is drug to the table(or created) as a new object on the page? I'm trying to call an event anytime a character token is drug to a page for the first time. But its triggering on every token already existing on all pages on API startup.