From 5fc8951334743f2894a81b6fcdec671a0d3b6bf0 Mon Sep 17 00:00:00 2001 From: Vantz Stockwell Date: Tue, 24 Mar 2026 21:35:30 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20draggable=20tabs=20=E2=80=94=20use=20div?= =?UTF-8?q?=20instead=20of=20button,=20set=20dataTransfer=20data?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Buttons resist drag in WebView2. Switched to div[role=tab] with select-none. Added setData() call on dragstart — required by most WebView implementations to actually initiate the drag operation. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/session/TabBar.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/session/TabBar.vue b/src/components/session/TabBar.vue index ae8855a..937f6e9 100644 --- a/src/components/session/TabBar.vue +++ b/src/components/session/TabBar.vue @@ -2,11 +2,12 @@
-