Added a TemplateManager singleton for creating movable previewTemplates (#580)

This commit is contained in:
WBHarry 2025-08-05 04:10:16 +02:00 committed by GitHub
parent c9f045a36f
commit 089657a896
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 113 additions and 10 deletions

View file

@ -5,3 +5,4 @@ export { default as DhActiveEffect } from './activeEffect.mjs';
export { default as DhChatMessage } from './chatMessage.mjs';
export { default as DhToken } from './token.mjs';
export { default as DhTooltipManager } from './tooltipManager.mjs';
export { default as DhTemplateManager } from './templateManager.mjs';