Removed unnecessary (style.display !== 'none') check

Fixes issues 774 and 1861
This commit is contained in:
gunmiosb 2020-07-29 11:02:25 +02:00
parent 84dd5cd6a7
commit f9fea572a5

View File

@ -288,11 +288,8 @@
style[transformProp] = "";
}
}
if (style.display !== 'none') {
style.display = 'block';
}
}
},
// private