Skip to content

Commit c2bc1bd

Browse files
committed
add TODO
1 parent f9ed2f7 commit c2bc1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ var CoCreateCalculation = {
118118
if (calString) {
119119
let result = calculate(calString);
120120

121-
// ToDO: input event below triggers save for all input elements but will not save for regular elements
121+
// TODO: input event below triggers save for all input elements but will not save for regular elements
122122
if (element.setValue) {
123123
element.setValue(result)
124124
if (document_id && isRealtime != "false") {

0 commit comments

Comments
 (0)