Browse Source

add render log

visuddhinanda 2 năm trước cách đây
mục cha
commit
51bd122a6a
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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("");