Skip to content

Commit 4b62425

Browse files
committed
Correctly close option button popups
1 parent b95f3e7 commit 4b62425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitb-ui/ui/src/app/components/conformance-statement-item-display/conformance-statement-item-display.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export class ConformanceStatementItemDisplayComponent extends BaseComponent impl
195195
this.itemSelected()
196196
}
197197
}
198-
this.selected.emit() // Call to make sure an open options popup is always closed
198+
this.dataService.signalButtonPopup(undefined) // Call to make sure an open options popup is always closed
199199
}
200200

201201
itemSelected(otherItem?: ConformanceStatementItem) {

0 commit comments

Comments
 (0)