diff --git a/src/pages/Questions/DraggableList/QuestionPageCard.tsx b/src/pages/Questions/DraggableList/QuestionPageCard.tsx index 68b63065..bb89fc73 100644 --- a/src/pages/Questions/DraggableList/QuestionPageCard.tsx +++ b/src/pages/Questions/DraggableList/QuestionPageCard.tsx @@ -156,7 +156,7 @@ export default function QuestionsPageCard({ const anchorRef = useRef(null); const debounced = useDebouncedCallback((title) => { updateQuestionsList(quizId, totalIndex, { title }); - }, 1000); + }, 200); useEffect(() => { if (question.deleteTimeoutId) {