@@ -1795,6 +1795,9 @@
// centeredSlides: true,
// });
function setPhoneSize(config) {
+ if (config.id === currentPhoneSize.id) {
+ return;
+ }
// config = Object.assign({}, config, {
// width: config.width,
// height: config.height,
@@ -1597,6 +1597,9 @@