Skip to content

Commit

Permalink
[mirotalksfu] - improve poll
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Aug 15, 2024
1 parent 3c1fe5c commit a6da696
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/js/RoomClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -4582,6 +4582,10 @@ class RoomClient {
});
pollButtonsDiv.appendChild(deletePollButton);

// Add thematic break
const hr = document.createElement('hr');
pollDiv.appendChild(hr);

// Append buttons to poll
pollDiv.appendChild(pollButtonsDiv);

Expand Down

0 comments on commit a6da696

Please sign in to comment.