-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Refine tab to move focus even when the last item is a button #13938
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
base: main
Are you sure you want to change the base?
Changes from 23 commits
79b5fc5
77cf911
e0ddc5b
4ac7bb9
ee1f72d
13425c9
af87b0f
dce3209
c22c466
236277c
c40c287
70c99ea
90b9bbe
3a48756
e9774b4
54d51e2
e75bbea
7a16a93
c777854
e705c3f
60a53aa
ab99d8e
beae442
5074fb7
c02a9a2
6f1a1b0
38c4984
a45dd3c
98c36b1
c0b22c0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,7 @@ public MarkdownEditor(Field field, SuggestionProvider<?> suggestionProvider, Fie | |
| } | ||
|
|
||
| @Override | ||
| protected TextInputControl createTextInputControl() { | ||
| protected TextInputControl createTextInputControl(Field field) { | ||
|
||
| return new EditorTextArea() { | ||
| @Override | ||
| public void paste() { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.