don't fade popup config dialog backdrop as it looks glitchy

This commit is contained in:
tophf 2017-12-06 03:16:53 +03:00
parent e776a45dfa
commit 30aeb8d2c4

View File

@ -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);