visuddhinanda 2 лет назад
Родитель
Сommit
51bd122a6a
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      dashboard/src/components/general/TermTextArea.tsx

+ 2 - 0
dashboard/src/components/general/TermTextArea.tsx

@@ -34,6 +34,8 @@ const TermTextAreaWidget = ({
   const refTextArea = useRef<HTMLTextAreaElement>(null);
   const refShadow = useRef<HTMLDivElement>(null);
 
+  console.log("render");
+
   function term_at_menu_hide() {
     setMenuDisplay("none");
     setTermSearch("");