Skip to content

Comments

Add customNavigate event#216

Open
silvmind wants to merge 3 commits intonadbm:masterfrom
silvmind:master
Open

Add customNavigate event#216
silvmind wants to merge 3 commits intonadbm:masterfrom
silvmind:master

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