From 14c438f6c0d2d0ab8e744ba1b6ce9bd459b1dffe Mon Sep 17 00:00:00 2001 From: Jeremiah <42397676+jlsnow301@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:55:29 -0800 Subject: [PATCH] Fixes character screen [NO GBP] (#80259) ## About The Pull Request TrackOutsideClicks would register extra clicks and immediately close
proof ![IlRIDpzoIG](https://github.com/tgstation/tgstation/assets/42397676/caf1d8fd-a8c5-4978-af0b-c12601c61df1)
## Why It's Good For The Game Bug fix Fixes #80239 ## Changelog :cl: fix: You should be able to edit your character using the feature buttons again. /:cl: --- tgui/packages/tgui/interfaces/PreferencesMenu/MainPage.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tgui/packages/tgui/interfaces/PreferencesMenu/MainPage.tsx b/tgui/packages/tgui/interfaces/PreferencesMenu/MainPage.tsx index 69a54a73c73..5740ff4b658 100644 --- a/tgui/packages/tgui/interfaces/PreferencesMenu/MainPage.tsx +++ b/tgui/packages/tgui/interfaces/PreferencesMenu/MainPage.tsx @@ -297,7 +297,8 @@ const MainFeature = (props: { } >