From ce252d479b3a9d626a0473df869922a07a8165c0 Mon Sep 17 00:00:00 2001 From: sawka Date: Mon, 18 Dec 2023 00:16:57 -0800 Subject: [PATCH] fix id issue -- must use a unique id for tabs so we don't get collisions on real elements in the CSS --- src/app/workspace/screen/tabs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/workspace/screen/tabs.tsx b/src/app/workspace/screen/tabs.tsx index 53b7661e..ce37091c 100644 --- a/src/app/workspace/screen/tabs.tsx +++ b/src/app/workspace/screen/tabs.tsx @@ -218,7 +218,7 @@ class ScreenTabs extends React.Component<{ session: Session }, { showingScreens: