mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
When showing the animation, set display to inline-block instead of inline, otherwise the animation won't start
This commit is contained in:
parent
4810936eaa
commit
409eccec84
@ -470,7 +470,7 @@
|
||||
}
|
||||
|
||||
document.getElementById('check-mark').style.display = 'none';
|
||||
document.getElementById('hourglass').style.display = 'inline';
|
||||
document.getElementById('hourglass').style.display = 'inline-block';
|
||||
|
||||
xhr.send(query);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user