(attributeName)
| 326 | } |
| 327 | |
| 328 | canSetCurrentBlockAttribute(attributeName) { |
| 329 | const block = this.getBlock() |
| 330 | if (!block) return |
| 331 | return !block.isTerminalBlock() |
| 332 | } |
| 333 | |
| 334 | setCurrentAttribute(attributeName, value) { |
| 335 | if (getBlockConfig(attributeName)) { |
no test coverage detected