We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab22977 commit e890c89Copy full SHA for e890c89
1 file changed
src/features/dailyNotesPopup.tsx
@@ -614,7 +614,6 @@ const insertBanner = (
614
insertionPoint.insertAdjacentElement("afterend", banner);
615
};
616
const hasExistingBanner = (heading: HTMLHeadingElement): boolean => {
617
- // Check if banner is next sibling of container (works for all instances now)
618
const container = heading.closest(`.${ROAM_TITLE_CONTAINER_CLASS}`);
619
if (container) {
620
const containerNextSibling = container.nextElementSibling;
0 commit comments