Skip to content

Commit

Permalink
remove unneeded comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Apr 6, 2024
1 parent ee0a92b commit cbfb4bd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions static/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ function createEditor(options) {
"typescript",
monaco.Uri.parse("inmemory://model/main.tsx"),
),
// TODO: Figure out how to paste content into the editor.
// TODO: Figure out how to change fontFamily.

// NOTE: Your global font family styles are overriding the font family set here
// NOTE: Pasting content into the editor is working fine on my end
},
);

Expand Down

0 comments on commit cbfb4bd

Please sign in to comment.