mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Fixes character screen [NO GBP] (#80259)
## About The Pull Request TrackOutsideClicks would register extra clicks and immediately close <details> <summary>proof</summary>  </details> ## Why It's Good For The Game Bug fix Fixes #80239 ## Changelog 🆑 fix: You should be able to edit your character using the feature buttons again. /🆑
This commit is contained in:
@@ -297,7 +297,8 @@ const MainFeature = (props: {
|
||||
}
|
||||
>
|
||||
<Button
|
||||
onClick={() => {
|
||||
onClick={(event) => {
|
||||
event.stopPropagation();
|
||||
if (isOpen) {
|
||||
handleClose();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user