From c1b8efa3ce38b4f09ec1de7acec67059d882a717 Mon Sep 17 00:00:00 2001 From: cstns Date: Fri, 6 Feb 2026 16:01:43 +0200 Subject: [PATCH] Enable the remote instance immersive editor --- frontend/src/pages/device/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/device/index.vue b/frontend/src/pages/device/index.vue index 517c409a50..77c32e7c21 100644 --- a/frontend/src/pages/device/index.vue +++ b/frontend/src/pages/device/index.vue @@ -427,7 +427,7 @@ export default { }, openEditor () { this.$store.dispatch('ux/validateUserAction', 'hasOpenedDeviceEditor') - window.open(this.deviceEditorURL, `device-editor-${this.device.id}`) + this.$router.push({ name: 'device-editor' }) }, async openTunnel (launchEditor = false) { try {