From a42e99c4aa19c2aa981558e78d61554f73ae39bf Mon Sep 17 00:00:00 2001 From: Kazuki Nakanishi Date: Sun, 17 Sep 2017 16:46:47 +0900 Subject: [PATCH] Fix the appearance of 'is between' rule on switch node property (#1383) --- nodes/core/logic/10-switch.html | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/core/logic/10-switch.html b/nodes/core/logic/10-switch.html index 54c3af660..cbb0b491e 100644 --- a/nodes/core/logic/10-switch.html +++ b/nodes/core/logic/10-switch.html @@ -199,6 +199,7 @@ } else if (type === "btwn") { row2.hide(); row3.show(); + btwnValue2Field.typedInput('show'); } else { row2.hide(); row3.hide();