Add chat for warnings after voting

This commit is contained in:
Ajay Ramachandran
2021-07-29 19:16:18 -04:00
parent d0949452da
commit c84a951acc
5 changed files with 22 additions and 8 deletions

View File

@@ -26,8 +26,6 @@ export function openChat(config: ChatConfig): void {
});
chat.appendChild(closeButton);
console.log(utils.objectToURI("", config, false))
const referenceNode = utils.findReferenceNode();
referenceNode.prepend(chat);
}