From a4a5e9d7eb18c5ec483a923149685471b9cd1ba2 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Fri, 6 Mar 2026 11:51:50 +0000 Subject: [PATCH] templates/index.html aktualisiert --- templates/index.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/templates/index.html b/templates/index.html index 7ecb300..b77c722 100644 --- a/templates/index.html +++ b/templates/index.html @@ -231,11 +231,6 @@ grid.on('resizestop dragstop', () => { localStorage.setItem('pi-orch-layout-v2', JSON.stringify(grid.save(false))); if (window.term) fitAddon.fit(); - grid.on('resizestop', (event, el) => { - // Wenn das Terminal-Widget vergrößert wurde, pass das Terminal-Layout an - if (el.getAttribute('gs-id') === 'term-widget') { - setTimeout(() => fitAddon.fit(), 100); - } }); // 2. Terminal