We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622e2cf commit c5801d8Copy full SHA for c5801d8
js/render-google.js
@@ -76,7 +76,7 @@ var chartWrapperError = [];
76
}
77
78
var controlWrapperElement = document.getElementById( "control_wrapper_" + id ) || null;
79
- var withControlMode = typeof settings.controls !== 'undefined' && controlWrapperElement ? true : false;
+ var withControlMode = ( typeof settings.controls !== 'undefined' && '' !== settings.controls.controlType ) && controlWrapperElement ? true : false;
80
81
if ( $( controlWrapperElement ).hasClass( 'no-filter' ) ) {
82
withControlMode = false;
0 commit comments