fix: chat item generate title button

This commit is contained in:
Timothy Jaeryang Baek
2025-08-11 17:13:22 +04:00
parent d89c5b6c30
commit 17cc3b7d72
2 changed files with 5 additions and 8 deletions

View File

@@ -41,7 +41,7 @@
...(theme !== '' ? { theme } : { theme: 'dark' }),
arrow: false,
offset: offset,
interactive: interactive,
...(interactive ? { interactive: true } : {}),
...tippyOptions
});
}