Skip to content

Conversation

@silvmind
Copy link

const customNavigate = (cell, keyCode, e) => {
    if (keyCode === 13) {
      return [{ i: 0, j: e.shiftKey ? -1 : 1 }, true];
    }
    return null;
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants