瀏覽代碼

hide search button

AykutSarac 3 年之前
父節點
當前提交
8e82f95855
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/containers/Editor/Tools.tsx

+ 2 - 2
src/containers/Editor/Tools.tsx

@@ -77,9 +77,9 @@ export const Tools: React.FC = () => {
       <StyledToolElement onClick={zoomIn}>
         <AiOutlinePlus />
       </StyledToolElement>
-      <StyledToolElement>
+      {/* <StyledToolElement>
         <AiOutlineSearch />
-      </StyledToolElement>
+      </StyledToolElement> */}
     </StyledTools>
   );
 };