Skip to content

Commit e890c89

Browse files
committed
.
1 parent ab22977 commit e890c89

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/features/dailyNotesPopup.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,6 @@ const insertBanner = (
614614
insertionPoint.insertAdjacentElement("afterend", banner);
615615
};
616616
const hasExistingBanner = (heading: HTMLHeadingElement): boolean => {
617-
// Check if banner is next sibling of container (works for all instances now)
618617
const container = heading.closest(`.${ROAM_TITLE_CONTAINER_CLASS}`);
619618
if (container) {
620619
const containerNextSibling = container.nextElementSibling;

0 commit comments

Comments
 (0)