Skip to content

Commit ce7db9e

Browse files
authored
haha epic scratch-gui fail
1 parent ab8a142 commit ce7db9e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/tw-studioview/studioview.jsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ class StudioViewComponent extends React.Component {
6060
}
6161
handleSelect (id) {
6262
this.props.onSelect(id);
63+
/**
64+
* fuck this bullshity ass design paradigm, i cant find where the FUCK this event chain actually ends
65+
* implicitly assume that what ever the fuck happens above will synchronously put the id into the url to be used later
66+
*/
67+
window.location.reload();
6368
}
6469
ref (el) {
6570
this.el = el;

0 commit comments

Comments
 (0)