Skip to content

Commit

Permalink
bind props not expanded
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Apr 15, 2023
1 parent a52260a commit 5725b81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prop/prop.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ namespace $.$$ {
case 'number':
case 'list':
case 'dict':
case 'bind':
case 'get':
case 'put':
return true
default:
return false
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5725b81

Please sign in to comment.