Disable layer switcher actions on non-base layers

Closes #216
This commit is contained in:
Farkas József
2016-12-15 22:02:48 +01:00
parent d086eb3eea
commit c48e959ed8
6 changed files with 42 additions and 22 deletions

View File

@@ -67,6 +67,7 @@ enum TabName {
export class PopoverComponent implements OnChanges {
@Input() defaultKeyAction: KeyAction;
@Input() currentKeymap: Keymap;
@Input() currentLayer: number;
@Input() keyPosition: ClientRect;
@Input() wrapPosition: ClientRect;
@Input() visible: boolean;