# Embedded Editor Now Shows Active Tab

> The browser tab title now updates to reflect the active Node-RED canvas tab when working in the embedded editor.

Now the browser tab title updates as you navigate the embedded editor. If you're working on a tab called "Sensor Flow", your browser will show `Node-RED: Sensor Flow - FlowFuse`. This works for both hosted and remote device instances, and also updates when you navigate into a subflow.

If you work with multiple editors open at once, you can now tell exactly what's open in each tab without clicking through.

![Browser tab showing "Node-RED: Flow 1 - FlowFuse" after the update](/changelog/2026/03/images/browser-title-after.png)*The browser tab title showing "Node-RED: Flow 1 - FlowFuse" after navigating to the Flow 1 canvas tab.*

Previously, the title stayed generic, something like `Instance - Editor - FlowFuse`, regardless of which canvas tab was active. If you had multiple embedded editors open in different browser tabs, there was no way to tell them apart at a glance.

![Browser tab showing the old generic title "Hosted Instance - Expert - FlowFuse"](/changelog/2026/03/images/browser-title-before.png)*The old generic title, showing "Hosted Instance - Expert - FlowFuse" regardless of which canvas tab was open.*

This feature requires **Node-RED Assistant v0.12.0** or later. If you are on an older version of the assistant, the title will not update.

This change is live on FlowFuse Cloud. Self-Hosted users will receive it in the next release (v2.29).
