Skip to content

Commit

Permalink
🚧 WIP location.reload() for refresh, not smooth
Browse files Browse the repository at this point in the history
  • Loading branch information
fre-ben committed Feb 14, 2021
1 parent 79c3d9f commit d55738b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/catlinez/catlinez.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const catlinez = (args, { loaded: { cat, headline } }) => {
className: "randomButton",
innerText: "Refresh",
onclick: async () => {
// location.reload();
location.reload();
// buildCatlinez.replaceChild(test, buildCatlinez.childNodes[1]);
},
});
Expand Down

0 comments on commit d55738b

Please sign in to comment.