fix: no scroll when macro tab selected on popover (#731)
This commit is contained in:
committed by
László Monda
parent
d0102f5bdb
commit
e7cf8dc966
@@ -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)">
|
||||
|
||||
Reference in New Issue
Block a user