Skip to content

Commit

Permalink
remove old commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
hinanaya committed Jul 16, 2024
1 parent 3db0a77 commit 0051a92
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ui/fields/formatted.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ class OBFieldFormatted extends OBField {
this.#init = true;

this.renderComponent().then(() => {
/*tinymce.init({
target: this,
theme: "silver",
plugins: "link",
menubar: false,
toolbar: "undo redo | bold italic | link",
branding: false,
});*/

var easyMDE = new EasyMDE({
element: this.root.querySelector("#edit"),
minHeight: "200px",
Expand Down

0 comments on commit 0051a92

Please sign in to comment.