client/app/bundles/course/learning-map/containers/Canvas/index.jsx
Function Canvas
has 58 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const Canvas = () => {
const transformRef = useRef(null);
const [scale, setScale] = useState(1);
const getGateInputId = (isSummaryGate, parentNodeId, childNodeId) =>
- Create a ticketCreate a ticket