Browse Source

add render log

visuddhinanda 2 years ago
parent
commit
51bd122a6a
1 changed files with 2 additions and 0 deletions
  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 refTextArea = useRef<HTMLTextAreaElement>(null);
   const refShadow = useRef<HTMLDivElement>(null);
   const refShadow = useRef<HTMLDivElement>(null);
 
 
+  console.log("render");
+
   function term_at_menu_hide() {
   function term_at_menu_hide() {
     setMenuDisplay("none");
     setMenuDisplay("none");
     setTermSearch("");
     setTermSearch("");