• Insert a new line or run a cell with Ctrl/Command + Enter

    Parameters

    • target: {
          dispatch: ((transaction) => void);
          dom: HTMLElement;
          state: EditorState;
      }
      • dispatch: ((transaction) => void)
          • (transaction): void
          • Parameters

            • transaction: Transaction

            Returns void

      • dom: HTMLElement
      • state: EditorState

    Returns boolean