Skip to content

Commit 2ca29db

Browse files
author
hoang.tran12
committed
fix query selector
1 parent 9d3a439 commit 2ca29db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fb_whoIsTyping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default {
8686
`;
8787
newNoti.querySelector(".ufs-close-btn").onclick = () => {
8888
newNoti.remove();
89-
if (!exist.querySelector("ufs-noti-item")) exist.remove();
89+
if (!exist.querySelector(".ufs-noti-item")) exist.remove();
9090
};
9191
exist.appendChild(newNoti);
9292
}

0 commit comments

Comments
 (0)