Recent searches


No recent searches

Chris Ellis's Avatar

Chris Ellis

Joined Feb 15, 2024

·

Last activity Feb 15, 2024

Following

0

Followers

0

Total activity

3

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Chris Ellis

Chris Ellis commented,

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

View comment · Posted Feb 15, 2024 · Chris Ellis

0

Followers

0

Votes

0

Comments


Chris Ellis commented,

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


View comment · Posted Feb 15, 2024 · Chris Ellis

0

Followers

0

Votes

0

Comments