Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrogers-hedgeye authored Sep 11, 2024
1 parent 0bdb5c2 commit 7b9bf91
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default class extends Controller {
static targets = ["editor", "ruby"];

connect() {
// this.editorTarget.style.height = ``;
this.editor = monaco.editor.create(this.editorTarget, {
value: this.source(),
language: "ruby",
Expand Down

0 comments on commit 7b9bf91

Please sign in to comment.