We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c386241 commit ef7fa64Copy full SHA for ef7fa64
src/cdk-experimental/ui-patterns/behaviors/popup/popup.ts
@@ -46,7 +46,6 @@ export class PopupControl {
46
47
/** Toggles the popup's expanded state. */
48
toggle(): void {
49
- const expanded = !this.inputs.expanded();
50
- this.inputs.expanded.set(expanded);
+ this.inputs.expanded.set(!this.inputs.expanded());
51
}
52
0 commit comments