Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Chris Ellis's Avatar

Chris Ellis

Beigetreten 15. Feb. 2024

·

Letzte Aktivität 15. Feb. 2024

Folge ich

0

Follower

0

Gesamtaktivitäten

3

Stimmen

0

Abonnement

1

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Chris Ellis

Chris Ellis hat einen Kommentar hinterlassen

Community-Kommentar 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.

Kommentar anzeigen · Gepostet 15. Feb. 2024 · Chris Ellis

0

Follower

0

Stimmen

0

Kommentare


Chris Ellis hat einen Kommentar hinterlassen

Community-Kommentar 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.


Kommentar anzeigen · Gepostet 15. Feb. 2024 · Chris Ellis

0

Follower

0

Stimmen

0

Kommentare