fix warning

This commit is contained in:
hamid zarghami
2026-05-05 12:25:16 +03:30
parent 382eba6d01
commit f3e9d85c6d
@@ -138,6 +138,7 @@ const EditorCanvas = ({ catalogSize }: EditorCanvasProps) => {
return () => {
window.removeEventListener("keydown", handleDeleteGuide);
};
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [selectedGuideId]);
useEffect(() => {