This commit is contained in:
WBHarry 2025-07-14 00:29:37 +02:00
parent d98dc26770
commit 555ce35575

View file

@ -66,10 +66,10 @@ export default class DhpChatLog extends foundry.applications.sidebar.tabs.ChatLo
Hooks.on('renderChatMessageHTML', this.addChatListeners.bind());
}
// close(options) {
// Hooks.off('renderChatMessageHTML', this.addChatListeners);
// super.close(options);
// }
close(options) {
Hooks.off('renderChatMessageHTML', this.addChatListeners);
super.close(options);
}
async getActor(id) {
// return game.actors.get(id);