feat(serial): serial-actions slot in the monitor toolbar
Generic overlay mount point for per-board terminal actions.
This commit is contained in:
parent
78f0181435
commit
a334cd3089
|
|
@ -250,6 +250,8 @@ export const SerialMonitor: React.FC = () => {
|
|||
>
|
||||
{t('editor.serial.clear')}
|
||||
</button>
|
||||
{/* Overlay slot for per-board terminal actions (empty in OSS). */}
|
||||
<span data-velxio-slot="serial-actions" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue