Skip to content

Commit

Permalink
[Feat] 챗봇이 바로 활성화되도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BangDori committed Aug 17, 2023
1 parent dc4203a commit b0b6b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/Chatbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
} from '@utils/chatbot';

const Chatbot = () => {
const isIdle = useIdle(5e3);
const isIdle = useIdle(5e3, true);
const { pathname } = useLocation();
const { message, isOverlay, isSelect, isEnd, isMore } = useSelector(
(state) => state.chatbot,
Expand Down

0 comments on commit b0b6b6e

Please sign in to comment.