Skip to content

Commit a0d4da5

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎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
returndata;
373374
};
374375

‎js/version.js‎

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

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

66
varcompare=function(a,b){
77
varpa=a.split(".");

0 commit comments

Comments
(0)