()
| 596 | } |
| 597 | |
| 598 | toggleInputsPopover() { |
| 599 | if (this.isInputsPopoverOpen()) { |
| 600 | this.closeInputsPopover(); |
| 601 | } else if (this._canOpenInputsPopover()) { |
| 602 | this.openInputsPopover(); |
| 603 | } |
| 604 | } |
| 605 | |
| 606 | /** |
| 607 | * Checks if the inputs popover is open |
no test coverage detected