Skip to content

Commit

Permalink
removed unused comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Erallie committed Dec 5, 2024
1 parent 75b65be commit 2aef16d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,17 +384,9 @@ class TimestampModal extends Modal {

const div = contentEl.createDiv();

// div.addClass('hide');

div.addClass('timestamp-button-container')

/* let child = div.firstChild as HTMLElement;
while (child) {
const nextChild = child.nextSibling;
child.addClass('timestamp-buttons');
child = nextChild as HTMLElement;
} */

function setClickEvents(date: moment.Moment) {
div.empty();
//#region add buttons
Expand Down

0 comments on commit 2aef16d

Please sign in to comment.