Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/ADH-5180 send create rule form by hot keys shift+enter #127

Merged
merged 2 commits into from
Nov 2, 2024

Conversation

workNpp
Copy link
Collaborator

@workNpp workNpp commented Nov 1, 2024

@@ -47,6 +47,13 @@ const RuleCreateDialog: React.FC = () => {
dispatch(createRuleWithUpdate(ruleText));
};

const keyPress = (e: React.KeyboardEvent<HTMLTextAreaElement>) => {
Copy link
Collaborator

@rimakan rimakan Nov 1, 2024

Choose a reason for hiding this comment

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

handleKeyPress is better title for the function IMO

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thnx, fixed!

@remizov-arena remizov-arena merged commit a7120d2 into develop Nov 2, 2024
1 check passed
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.

5 participants