-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
FrontendIssue or PR related to the frontend codeIssue or PR related to the frontend codebugSomething isn't workingSomething isn't working
Description
Description
It should be possible to switch to the next instruction row by pressing enter (see this snippet). However, an error is printed to the console.
Reproduction
Steps to reproduce the behavior:
- Edit a recipe
- Make sure it has multiple instruction rows.
- Select any instruction row but the last one
- Hit enter
Expected behavior
The next row is put to focus.
Actual behavior
Nothing happens visually. An error is logged to the console.
The reason is the fact that the instructions are textarea elements and not input elements. The search in this line will cause no matching DOM element to be found.
Metadata
Metadata
Assignees
Labels
FrontendIssue or PR related to the frontend codeIssue or PR related to the frontend codebugSomething isn't workingSomething isn't working