Added clickable more info links to designer validation issues (#19365)

* added clickable more info links to designer validation issues

* fix selection issue

* remove more info if none

* change quote style

* clear the dom node
This commit is contained in:
Aditya Bist
2022-05-13 13:35:22 -07:00
committed by GitHub
parent 8352c7631c
commit 128767c713
4 changed files with 33 additions and 5 deletions

View File

@@ -983,7 +983,6 @@ export class Designer extends Disposable implements IThemable {
table.onBlur((e) => {
currentTableActions.forEach(a => a.updateState());
table.grid.setSelectedRows([]);
table.grid.resetActiveCell();
});
component = table;
break;