Skip to content

Commit

Permalink
make prettier happy
Browse files Browse the repository at this point in the history
  • Loading branch information
omer-biz committed Sep 4, 2024
1 parent 1504586 commit 687bf38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/scripts/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ const outputDom =
document.querySelector<HTMLTextAreaElement>(".editor-output")!;
const modeBtn = document.querySelector<HTMLButtonElement>("#modeBtn")!;
const formatBtn = document.querySelector<HTMLButtonElement>("#formatBtn")!;
const editorInputSelect = document.querySelector<HTMLSelectElement>(".editor-input-select");
const editorInputSelect = document.querySelector<HTMLSelectElement>(
".editor-input-select",
);

const windowHeight = window.innerHeight;

Expand Down

0 comments on commit 687bf38

Please sign in to comment.