Skip to content

Commit

Permalink
Merge pull request #15 from Meltyas/master
Browse files Browse the repository at this point in the history
closes #13
  • Loading branch information
Moerill authored Jun 25, 2021
2 parents 9cc0ed2 + 35f6473 commit 903ff6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Hooks.on('renderChatLog', async (app, html) => {
if (document.body.classList.contains('stream')) return;

const chatTab = html[0];
const div = document.body.appendChild(html[0].querySelector('#chat-log').cloneNode(true));
const div = document.body.appendChild(html[0].querySelector('#chat-log').cloneNode(false));
div.classList.add(moduleName);

div.addEventListener('click', (ev) => {
Expand Down

0 comments on commit 903ff6c

Please sign in to comment.