scripts/core/editor3/actions/editor3.tsx
Function dragDrop
has 50 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function dragDrop(
dataTransfer: DataTransfer,
type: string,
blockKey: string | null,
_canAddArticleEmbed?: (srcId: string) => ReturnType<typeof canAddArticleEmbed>,
Function setActiveCell
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
export function setActiveCell(i, j, key, currentStyle, selection): ISetActiveCellReturnType {