()
| 6050 | } |
| 6051 | |
| 6052 | toggleAddedElements() { |
| 6053 | if (this.addedElementsIsHide) { |
| 6054 | this.showAddedElements(); |
| 6055 | } else { |
| 6056 | this.hideAddedElements(); |
| 6057 | } |
| 6058 | } |
| 6059 | |
| 6060 | changeVisibility() { |
| 6061 | let contentVisibility = this.curSiteRule.contentVisibility || rulesData.contentVisibility; |
nothing calls this directly
no test coverage detected