From 5725b815c96d53b3c534007b9a5655225ac87211 Mon Sep 17 00:00:00 2001 From: stan-donarise <111230475+stan-donarise@users.noreply.github.com> Date: Sun, 16 Apr 2023 00:00:07 +1100 Subject: [PATCH] bind props not expanded --- prop/prop.view.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prop/prop.view.ts b/prop/prop.view.ts index 1858467..2218114 100644 --- a/prop/prop.view.ts +++ b/prop/prop.view.ts @@ -62,6 +62,9 @@ namespace $.$$ { case 'number': case 'list': case 'dict': + case 'bind': + case 'get': + case 'put': return true default: return false @@ -92,9 +95,6 @@ namespace $.$$ { case 'number_nan' : case 'number_infinity_negative' : case 'number_infinity_positive' : - case 'bind': - case 'get': - case 'put': return true } return false