From 610995001f7f58110e4ff73b68df005a7280a79e Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Tue, 18 Oct 2022 12:04:17 +1100 Subject: Use shallowRef for event tree - Fixes 'saved is null' errors - De-lint rbtree.ts - Add rbtree_shallow_copy(), for triggering changes upon modifying the eventTree (using triggerRef doesn't work) --- src/App.vue | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/App.vue') diff --git a/src/App.vue b/src/App.vue index abbe2b4..334d75e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -28,7 +28,7 @@