mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #4744 from uclixnjupyternbaccessibility/issue-3977
Name of the "EditTextbox" is missing: #3977
This commit is contained in:
commit
563593af75
@ -166,6 +166,7 @@ define([
|
||||
"is treated as tag separators.");
|
||||
|
||||
var textarea = $('<textarea/>')
|
||||
.attr('aria-label', i18n.msg._('Edit the tags in the text area'))
|
||||
.attr('rows', '13')
|
||||
.attr('cols', '80')
|
||||
.attr('name', 'tags')
|
||||
|
Loading…
Reference in New Issue
Block a user