最近の検索


最近の検索はありません

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

コメント