Tune control displayed in block tunes popover
()
| 307 | |
| 308 | /** Tune control displayed in block tunes popover */ |
| 309 | public render(): HTMLElement { |
| 310 | const button = document.createElement('button'); |
| 311 | |
| 312 | button.classList.add('ce-settings__button'); |
| 313 | button.innerText = 'Tune1'; |
| 314 | |
| 315 | return button; |
| 316 | } |
| 317 | } |
| 318 | |
| 319 | /** |