diff --git a/src/components/MapTranslatorTabs/WordTab/WordTabContent.tsx b/src/components/MapTranslatorTabs/WordTab/WordTabContent.tsx index d3fe3c1..a8a3eb6 100644 --- a/src/components/MapTranslatorTabs/WordTab/WordTabContent.tsx +++ b/src/components/MapTranslatorTabs/WordTab/WordTabContent.tsx @@ -1,5 +1,6 @@ import { IonIcon } from '@ionic/react'; import React, { useCallback, useMemo, useState } from 'react'; +import { DebounceInput } from 'react-debounce-input'; import { Input, @@ -361,8 +362,10 @@ export const WordTabContent = ({ {word.translations.map((translation, tIdx) => { return ( -