fix: no scroll when macro tab selected on popover (#731)

This commit is contained in:
Róbert Kiss
2018-07-17 22:08:45 +02:00
committed by László Monda
parent d0102f5bdb
commit e7cf8dc966

View File

@@ -11,6 +11,7 @@
[@toggler]="((editable && editing) || newItem) ? 'active' : 'inactive'"
[style.overflow]="overflow">
<macro-action-editor
*ngIf="editable || newItem"
[macroAction]="macroAction"
(cancel)="cancelEdit()"
(save)="saveEditedAction($event)">