Skip to content

Commit

Permalink
fix: Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ramedina86 committed Oct 29, 2024
1 parent 9d324c5 commit fccd9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/src/builder/BuilderEmbeddedCodeEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function updateDimensions() {
}
onUnmounted(() => {
editor.dispose();
editor.dispose();
window.removeEventListener("resize", updateDimensions.bind(this));
});
</script>
Expand Down

0 comments on commit fccd9df

Please sign in to comment.