fixing scan mode
This commit is contained in:
Родитель
b07783e57d
Коммит
037c5ea85a
|
@ -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) {
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче