Skip to content

Commit 6e156ed

Browse files
committed
chore: add TODO
1 parent 2a04a66 commit 6e156ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/utils/domManipulation.ts

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export const removeNodeDom = function (tpc: Topic, siblingLength: number) {
5757
if (c.tagName !== 'ME-MAIN') {
5858
c.previousSibling.children[1]!.remove()
5959
}
60+
// FIXME: me-children is not removed
6061
}
6162
p.parentNode.remove()
6263
}

0 commit comments

Comments
 (0)