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
2 files changed
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
return data;
374
375
js/version.js
@@ -1,7 +1,7 @@
1
var version = (function() {
2
3
// version is normally bumped when the state needs changing or any new functionality is added
4
- var current = "3.1.2";
+ var current = "3.1.3";
5
6
var compare = function(a, b) {
7
var pa = a.split(".");
0 commit comments