* Assign enabled Inline Tools and Block Tunes for Block Tool
()
| 292 | * Assign enabled Inline Tools and Block Tunes for Block Tool |
| 293 | */ |
| 294 | private prepareBlockTools(): void { |
| 295 | Array.from(this.blockTools.values()).forEach(tool => { |
| 296 | this.assignInlineToolsToBlockTool(tool); |
| 297 | this.assignBlockTunesToBlockTool(tool); |
| 298 | }); |
| 299 | } |
| 300 | |
| 301 | /** |
| 302 | * Assign enabled Inline Tools for Block Tool |
no test coverage detected