feat: disable other popover tabs if the current key is layer switcher action (#813)
This commit is contained in:
committed by
László Monda
parent
843b4cbf68
commit
d57ef66038
@@ -63,7 +63,7 @@ export class LayerTabComponent extends Tab implements OnChanges {
|
||||
this.isNotBase = this.currentLayer > 0;
|
||||
}
|
||||
|
||||
this.validAction.emit(true);
|
||||
this.validAction.emit(!this.isNotBase);
|
||||
}
|
||||
|
||||
keyActionValid(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user