diff --git a/components/chat-editor.js b/components/chat-editor.js index 1b6ac0c..5eb9d81 100644 --- a/components/chat-editor.js +++ b/components/chat-editor.js @@ -1,6 +1,7 @@ import { store } from './store.js'; import './message-card.js'; import './icon-arrow.js'; +import { initTooltips } from '../utils/tooltip.js'; import { html } from '../utils/template.js'; class ChatEditor extends HTMLElement { @@ -121,16 +122,16 @@ class ChatEditor extends HTMLElement {