Merge pull request #1865 from gunmiosb/fix774_1861

Fix overlays disappearing in SequentialMode
This commit is contained in:
Ian Gilman 2021-04-08 11:30:39 -07:00 committed by GitHub
commit ed7da66b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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