Added more logging

This commit is contained in:
Sebastian Kupke 2022-11-08 12:31:21 +01:00
parent d8dc158be0
commit 89de46b0e6
1 changed files with 2 additions and 0 deletions

View File

@ -643,6 +643,8 @@ export default class Card {
let selector = Card.popupHtmlSelector
let content = { html, selector }
console.log('loadPopup', selector, content)
let isSame = Card._checkForActiveSource(context, src)
Card._cleanup(context)