Fixed schema diff issue when selecting any identical node.

pull/35/head
Khushboo Vashi 2020-08-17 17:26:58 +05:30 committed by Akshay Joshi
parent b0af385ea0
commit ae18b9a0ac
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ function handleDependencies() {
let isChecked = event.target.checked || (event.target.checked === undefined &&
event.target.className && event.target.className.indexOf('unchecked') == -1);
let isHeaderSelected = event.target.id.includes('header-selector');
let isHeaderSelected = false;
if (event.target.id !== undefined) isHeaderSelected = event.target.id.includes('header-selector');
if (this.gridContext && this.gridContext.rowIndex && _.isUndefined(this.gridContext.row.rows)) {
// Single Row Selection