mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix dice dropdown not being visible
This commit is contained in:
@ -27,8 +27,7 @@ async function setImageIcon() {
|
||||
async function setSpinnerIcon() {
|
||||
try {
|
||||
const sendButton = document.getElementById('send_picture');
|
||||
sendButton.style.backgroundImage = `url('/img/spinner-solid.svg')`;
|
||||
sendButton.classList.add('spin');
|
||||
sendButton.style.backgroundImage = `url('/img/hourglass-half-solid.svg')`;
|
||||
}
|
||||
catch (error) {
|
||||
console.log(error);
|
||||
|
Reference in New Issue
Block a user