Skip to content

Commit a0d4da5

Browse files
committed
[bug] add missing key and value for state update
1 parent 360135b commit a0d4da5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

js/update.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ var update = (function() {
369369
vertical: "center"
370370
};
371371
data.state.edge = false;
372+
data.state.autoSuggest = false;
372373
return data;
373374
};
374375

js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var version = (function() {
22

33
// version is normally bumped when the state needs changing or any new functionality is added
4-
var current = "3.1.2";
4+
var current = "3.1.3";
55

66
var compare = function(a, b) {
77
var pa = a.split(".");

0 commit comments

Comments
 (0)