Búsquedas recientes
No hay búsquedas recientes

Chris Ellis
Incorporación 15 feb 2024
·
Última actividad 15 feb 2024
Seguimientos
0
Seguidores
0
Actividad total
3
Votos
0
Suscripción
1
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Chris Ellis
Chris Ellis hizo un comentario,
Comentario de la comunidad Developer - Zendesk Apps Framework (ZAF)
I've confirmed that a console.log runs with in `app.registered` and `app.deactivated` that are defined in the same scope.
Ver comentario · Publicado 15 feb 2024 · Chris Ellis
0
Seguidores
0
Votos
0
Comentarios
Chris Ellis hizo un comentario,
Comentario de la comunidad Developer - Zendesk Apps Framework (ZAF)
Hey folks, I'm experiencing this as well.
```
console.log('Registering event listeners',client);
client.on('app.expanded',function(){
debugger;
console.log('app.expanded');
});
client.on('app.collapsed',function(){
console.log('app.collapsed');
});
```
Debugger doesn't even run, but I am seeing "Registering event listeners" and the client which has these _messageHandlers in it.
Ver comentario · Publicado 15 feb 2024 · Chris Ellis
0
Seguidores
0
Votos
0
Comentarios