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 f9ed2f7 commit c2bc1bdCopy full SHA for c2bc1bd
src/index.js
@@ -118,7 +118,7 @@ var CoCreateCalculation = {
118
if (calString) {
119
let result = calculate(calString);
120
121
- // ToDO: input event below triggers save for all input elements but will not save for regular elements
+ // TODO: input event below triggers save for all input elements but will not save for regular elements
122
if (element.setValue) {
123
element.setValue(result)
124
if (document_id && isRealtime != "false") {
0 commit comments