We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8a142 commit ce7db9eCopy full SHA for ce7db9e
src/components/tw-studioview/studioview.jsx
@@ -60,6 +60,11 @@ class StudioViewComponent extends React.Component {
60
}
61
handleSelect (id) {
62
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();
68
69
ref (el) {
70
this.el = el;
0 commit comments