1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Quick fix.

This commit is contained in:
mike12345567 2024-02-02 11:11:55 +00:00
parent 32e750afd6
commit dab066e61b

View file

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