We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 360135b commit a0d4da5Copy full SHA for a0d4da5
js/update.js
@@ -369,6 +369,7 @@ var update = (function(){
369
vertical: "center"
370
};
371
data.state.edge=false;
372
+data.state.autoSuggest=false;
373
returndata;
374
375
js/version.js
@@ -1,7 +1,7 @@
1
varversion=(function(){
2
3
// version is normally bumped when the state needs changing or any new functionality is added
4
-varcurrent="3.1.2";
+varcurrent="3.1.3";
5
6
varcompare=function(a,b){
7
varpa=a.split(".");
0 commit comments