Skip to content

Commit

Permalink
fixed lost context issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shvl committed Apr 5, 2024
1 parent 3d99943 commit bc1de3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hugo/src/js/controllers/comments_embed_controller.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default class extends Controller {
window.REMARK42.destroy();
window.REMARK42.createInstance(window.remark_config);
}
this.changeTheme = this.changeTheme.bind(this);
}

connect() {
Expand Down

0 comments on commit bc1de3f

Please sign in to comment.