We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3a439 commit 2ca29dbCopy full SHA for 2ca29db
scripts/fb_whoIsTyping.js
@@ -86,7 +86,7 @@ export default {
86
`;
87
newNoti.querySelector(".ufs-close-btn").onclick = () => {
88
newNoti.remove();
89
- if (!exist.querySelector("ufs-noti-item")) exist.remove();
+ if (!exist.querySelector(".ufs-noti-item")) exist.remove();
90
};
91
exist.appendChild(newNoti);
92
}
0 commit comments