mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed some accessibility issues. Fixes #5732
This commit is contained in:
committed by
Akshay Joshi
parent
324e3e74be
commit
8e132eab08
@@ -1771,7 +1771,7 @@ define([
|
||||
|
||||
var editor_pane = $('<div id="stack_editor_pane" ' +
|
||||
'class="pg-panel-content info"></div>');
|
||||
var code_editor_area = $('<textarea id="debugger-editor-textarea">' +
|
||||
var code_editor_area = $('<textarea aria-label="Code editor area" id="debugger-editor-textarea">' +
|
||||
'</textarea>').appendTo(editor_pane);
|
||||
self.code_editor_panel.layout().addItem(editor_pane);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user