Fix the appearance of 'is between' rule on switch node property (#1383)

This commit is contained in:
Kazuki Nakanishi 2017-09-17 16:46:47 +09:00 committed by Nick O'Leary
parent ff40b521b7
commit a42e99c4aa
1 changed files with 1 additions and 0 deletions

View File

@ -199,6 +199,7 @@
} else if (type === "btwn") {
row2.hide();
row3.show();
btwnValue2Field.typedInput('show');
} else {
row2.hide();
row3.hide();