소스 검색

Remove the commented-out code

maeshinshin 2 년 전
부모
커밋
855f18d358
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      apps/app/src/components/SearchPage/SearchModalTriggerInput.tsx

+ 0 - 2
apps/app/src/components/SearchPage/SearchModalTriggerInput.tsx

@@ -23,14 +23,12 @@ const SearchModalTriggerinput: ForwardRefRenderFunction<IFocusable, Props> = (pr
 
   const inputClickHandler = useCallback(() => {
     openSearchModal(keywordOnInit);
-    // blurFromSearchModalTriggerinput();
   }, [openSearchModal, keywordOnInit]);
 
   return (
     <div>
       <input
         className="form-control"
-        // ref={input}
         type="input"
         data-testid="open-search-modal-button"
         value={keywordOnInit}