new interactive
This commit is contained in:
@@ -26,7 +26,7 @@ export const TextDisplay: React.FC<TextDisplayProps> = ({
|
||||
const isHovered = hoveredWord === index;
|
||||
|
||||
let className =
|
||||
"inline-block cursor-pointer transition-all duration-200 px-1 py-0.5 rounded-sm ";
|
||||
"inline-block cursor-pointer transition-all duration-200 rounded-sm ";
|
||||
let backgroundColor = "transparent";
|
||||
|
||||
if (word.isEntity) {
|
||||
|
||||
Reference in New Issue
Block a user