From ce7db9ea630700078190209d86279691128839d0 Mon Sep 17 00:00:00 2001 From: godslayerakp <74981904+RedMan13@users.noreply.github.com> Date: Mon, 2 Dec 2024 19:25:21 -0800 Subject: [PATCH] haha epic scratch-gui fail --- src/components/tw-studioview/studioview.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/tw-studioview/studioview.jsx b/src/components/tw-studioview/studioview.jsx index a5e73091b15..339dd5a9023 100644 --- a/src/components/tw-studioview/studioview.jsx +++ b/src/components/tw-studioview/studioview.jsx @@ -60,6 +60,11 @@ class StudioViewComponent extends React.Component { } handleSelect (id) { this.props.onSelect(id); + /** + * fuck this bullshity ass design paradigm, i cant find where the FUCK this event chain actually ends + * implicitly assume that what ever the fuck happens above will synchronously put the id into the url to be used later + */ + window.location.reload(); } ref (el) { this.el = el;