|
|
|
@ -322,8 +322,9 @@ export class AlarmsTableWidgetComponent extends PageComponent implements OnInit, |
|
|
|
} |
|
|
|
|
|
|
|
public onEditModeChanged() { |
|
|
|
if (this.alarmsDatasource.selection.hasValue()) { |
|
|
|
this.alarmsDatasource.clearSelection(); |
|
|
|
if (this.enableSelection && this.alarmsDatasource.selection.hasValue()) { |
|
|
|
this.ctx.hideTitlePanel = !this.ctx.isEdit; |
|
|
|
this.ctx.detectChanges(true); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|