mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 01:42:31 +00:00
Prevent tabbing into Notebook entries (#6315)
Closes #6312 - Set entry inputs to `tabindex="-1"` to prevent tabbing into entry inputs. Co-authored-by: Jamie V <jamie.j.vigliotta@nasa.gov>
This commit is contained in:
parent
7dcccee1ae
commit
672cb7e621
@ -75,7 +75,7 @@
|
||||
:id="entry.id"
|
||||
class="c-ne__text c-ne__input"
|
||||
aria-label="Notebook Entry Input"
|
||||
tabindex="0"
|
||||
tabindex="-1"
|
||||
:contenteditable="canEdit"
|
||||
v-bind.prop="formattedText"
|
||||
@mouseover="checkEditability($event)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user