(attributeName)
| 307 | } |
| 308 | |
| 309 | canSetCurrentAttribute(attributeName) { |
| 310 | if (getBlockConfig(attributeName)) { |
| 311 | return this.canSetCurrentBlockAttribute(attributeName) |
| 312 | } else { |
| 313 | return this.canSetCurrentTextAttribute(attributeName) |
| 314 | } |
| 315 | } |
| 316 | |
| 317 | canSetCurrentTextAttribute(attributeName) { |
| 318 | const document = this.getSelectedDocument() |
no test coverage detected