Ricerche recenti


Nessuna ricerca recente

Chris Ellis's Avatar

Chris Ellis

Data ingresso 15 feb 2024

·

Ultima attività 15 feb 2024

Seguiti

0

Follower

0

Attività totali

3

Voti

0

Abbonamento

1

PANORAMICA ATTIVITÀ

Ultima attività di Chris Ellis

Chris Ellis ha commentato,

Commento nella community 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.

Visualizza commento · Data ultimo post: 15 feb 2024 · Chris Ellis

0

Follower

0

Voti

0

Commenti


Chris Ellis ha commentato,

Commento nella community 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.


Visualizza commento · Data ultimo post: 15 feb 2024 · Chris Ellis

0

Follower

0

Voti

0

Commenti