Le massive export update

This commit is contained in:
WBHarry 2025-07-05 00:01:54 +02:00
parent 9c30e51546
commit ea9e96ae96
60 changed files with 919 additions and 914 deletions

View file

@ -3,5 +3,4 @@ export { default as DHItem } from './item.mjs';
export { default as DhpCombat } from './combat.mjs';
export { default as DhActiveEffect } from './activeEffect.mjs';
export { default as DhChatMessage } from './chatMessage.mjs';
export * as DhRoll from '../dice/dhRolls.mjs';
export { default as DhTooltipManager } from './tooltipManager.mjs';

View file

@ -1,4 +1,4 @@
export default class DhTooltipManager extends foundry.helpers.interaction.TooltipManager.implementation {
export default class DhTooltipManager extends foundry.helpers.interaction.TooltipManager {
async activate(element, options = {}) {
let html = options.html;
if (element.dataset.tooltip.startsWith('#item#')) {