Quick fix.

This commit is contained in:
mike12345567 2024-02-02 11:11:55 +00:00
parent 32e750afd6
commit dab066e61b
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
} }
const onSelectHelper = (helper, js) => { const onSelectHelper = (helper, js) => {
bindingHelpers.onSelectHelper(js ? jsValue : hbsValue, helper, js) bindingHelpers.onSelectHelper(js ? jsValue : hbsValue, helper, { js })
} }
const onSelectBinding = (binding, { forceJS } = {}) => { const onSelectBinding = (binding, { forceJS } = {}) => {