Browse Source

try to use console button

andre 4 years ago
parent
commit
c821276796

+ 1 - 1
templates/client/default/assets/js/defaultComponents/__vue_app_object.js

@@ -577,7 +577,7 @@ var mgDefauleVueObject = {
                         }
                     });
 
-                    if (targetSize) {
+                    if (targetSize.length > 1) {
                         console.log(targetSize);
                         window.open(self.targetUrl, '', targetSize);
                     } else {