We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fed35b commit a19301aCopy full SHA for a19301a
src/index.js
@@ -105,9 +105,8 @@ function initEvent(element, input) {
105
106
async function setCalcationResult(element) {
107
const { object, isRealtime } = getAttributes(element);
108
- let calculate = element.getAttribute('calculate');
109
110
- let calString = await getValues(calculate);
+ let calString = await getValues(element.getAttribute('calculate'));
111
112
if (calString) {
113
let result = calculate(calString);
0 commit comments