From 05e562534763d1c15218ef82b6cb8e8d9bba35b1 Mon Sep 17 00:00:00 2001 From: bobzel Date: Sat, 20 Mar 2021 00:50:26 -0400 Subject: cleaned up warnings. fixed webBox annotations to write to correct key so that they appear on startup. --- src/fields/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fields') diff --git a/src/fields/util.ts b/src/fields/util.ts index 3e0a314ef..631cb7160 100644 --- a/src/fields/util.ts +++ b/src/fields/util.ts @@ -100,7 +100,7 @@ const _setterImpl = action(function (target: any, prop: string | symbol | number redo: () => receiver[prop] = value, undo: () => { // console.log("Undo: " + prop + " = " + curValue); // bcz: uncomment to log undo - receiver[prop] = curValue + receiver[prop] = curValue; } }); return true; -- cgit v1.2.3-70-g09d2