From 7b9bf91aa2d2ac02b8050cc3284df92eb969bf6a Mon Sep 17 00:00:00 2001 From: Jason at Hedgeye Date: Wed, 11 Sep 2024 08:41:14 -0400 Subject: [PATCH] remove comment --- .../phlex_storybook/controllers/code_editor_controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/phlex_storybook/controllers/code_editor_controller.js b/app/javascript/phlex_storybook/controllers/code_editor_controller.js index eef3e33..aa259c9 100644 --- a/app/javascript/phlex_storybook/controllers/code_editor_controller.js +++ b/app/javascript/phlex_storybook/controllers/code_editor_controller.js @@ -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",