1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

View File

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