fix: fixed actions button around wrapper text input and tried to add focus on wrapper #6344
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The idea of flow
1.a Now we are inside of slate editor, for change block we need to use the arrow up and the arrow down (↑, ↓)
1.b Pressing the Esc key the focus exit the editor and go to the external wrapper (2)
2.a We insert a group of actions, add, delete and drag and drop, and return into wrapper, with Tab key navigate these actions on infinite loop
2.b When we are on wrapper action, pressing Enter key we go to edit the text on input slate field (1)
2.c The others actions can be activate with Enter key also (default behavior)
Issues:
#5204
Pr:
#6314
#5271