This commit is contained in:
Aasim Khan 2024-02-27 01:52:07 -08:00
Родитель b07783e57d
Коммит 037c5ea85a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -326,7 +326,7 @@ azdataQueryPlan.prototype.init = function (queryPlanConfiguration) {
graph.cellsMovable = false;
graph.edgeMovable = false;
graph.setHtmlLabels(true);
graph.container.firstChild.setAttribute('role', 'tree');
graph.container.firstChild.setAttribute('role', 'generic');
graph.addListener(mxEvent.CLICK, function (sender, evt) {