don't fade popup config dialog backdrop as it looks glitchy
This commit is contained in:
parent
e776a45dfa
commit
30aeb8d2c4
|
@ -48,6 +48,7 @@ function configDialog(style) {
|
|||
function onshow(box) {
|
||||
if (isPopup) {
|
||||
adjustSizeForPopup(box);
|
||||
box.style.animationDuration = '0s';
|
||||
}
|
||||
box.addEventListener('change', onchange);
|
||||
buttons.save = $('[data-cmd="save"]', box);
|
||||
|
|
Loading…
Reference in New Issue
Block a user