RED-8217: removed redundant line which could cause bug.

This commit is contained in:
Nicoleta Panaghiu 2024-03-06 13:23:55 +02:00
parent f16ebc505b
commit af4a021bd4

View File

@ -49,8 +49,6 @@ export class LayersService {
this._documentViewer.document.setLayersArray(layers);
this._documentViewer.refreshAndUpdateView();
this.active.update(value => !value);
}
#updateButton() {