()
| 1633 | } |
| 1634 | |
| 1635 | showPositionBarChanged() { |
| 1636 | this._removeAddPositionBar(); |
| 1637 | this.updateShowPositionBar(); |
| 1638 | this.setSpaceTopbarElementsVisible(true); |
| 1639 | } |
| 1640 | |
| 1641 | /** |
| 1642 | * Returns true if this space has the topbar. |
no test coverage detected