Skip to content

Commit

Permalink
haha epic scratch-gui fail
Browse files Browse the repository at this point in the history
  • Loading branch information
RedMan13 authored Dec 3, 2024
1 parent ab8a142 commit ce7db9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/tw-studioview/studioview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ce7db9e

Please sign in to comment.