Add glossary hover presentation

This commit is contained in:
2026-05-19 07:34:52 +02:00
parent 751ac5f62b
commit 121b174f2c
19 changed files with 2356 additions and 1912 deletions
+1
View File
@@ -1477,6 +1477,7 @@ class UIDisplayHandlerModule extends BaseModule {
addTopSpace: Boolean(item.addTopSpace ?? item.metadata?.addTopSpace),
paragraphIndex: item.paragraphIndex ?? item.metadata?.paragraphIndex,
cueMarkers: item.cueMarkers || item.metadata?.cueMarkers || [],
glossaryEntries: item.glossaryEntries || item.metadata?.glossaryEntries || [],
turnId: item.turnId ?? item.metadata?.turnId,
blockId: item.blockId ?? item.metadata?.blockId,
gameId: item.gameId ?? item.metadata?.gameId