Skip to content

Commit

Permalink
correct calling of enableBlockClickListener in init bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
MAX-786 committed Jun 20, 2024
1 parent 7441d7b commit 5d054b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Bridge {
}
}
});
enableBlockClickListener();
this.enableBlockClickListener();
}
onEditChange(initialData, callback) {
window.addEventListener('message', (event) => {
Expand Down

0 comments on commit 5d054b2

Please sign in to comment.