mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user