Add glossary hover presentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user