Skip to content

feat(Groupper): Moving isIgnoredInput from Mover to utils and reusing it from Groupper.#330

Open
mshoho wants to merge 2 commits into
masterfrom
isIgnoredInput-for-groupper
Open

feat(Groupper): Moving isIgnoredInput from Mover to utils and reusing it from Groupper.#330
mshoho wants to merge 2 commits into
masterfrom
isIgnoredInput-for-groupper

Conversation

@mshoho

@mshoho mshoho commented Dec 8, 2023

Copy link
Copy Markdown
Member

We have isIgnoredInput() that is used to check if Mover needs to handle a key press or not for particular states of the currently focused elements. Reusing this routine for Groupper too and improving the handling logic.

Comment thread src/Groupper.ts
};

handleKeyPress(
async handleKeyPress(

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this be a breaking change? what version will this PR be bumping?

@bsunderhus

bsunderhus commented Dec 13, 2023

Copy link
Copy Markdown
Collaborator

@mshoho are you going to add some tests for the InputChecker?

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