最近搜索


没有最近搜索

Chris Ellis's Avatar

Chris Ellis

已加入2024年2月15日

·

最后活动2024年2月15日

关注

0

关注者

0

活动总数

3

投票

0

订阅

1

活动概览

的最新活动 Chris Ellis

Chris Ellis 进行了评论,

社区评论 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.

查看评论 · 已于 2024年2月15日 发布 · Chris Ellis

0

关注者

0

投票

0

评论


Chris Ellis 进行了评论,

社区评论 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.


查看评论 · 已于 2024年2月15日 发布 · Chris Ellis

0

关注者

0

投票

0

评论