Function completerOrInsertNewLine
- completerOrInsertNewLine(
target: {
dispatch: (transaction: Transaction) => void;
dom: HTMLElement;
state: EditorState;
},
): boolean Parameters
- target: {
dispatch: (transaction: Transaction) => void;
dom: HTMLElement;
state: EditorState;
}
Returns boolean
Insert new line if completer is not active.