瀏覽代碼

fix(rtc): also watch :property.value/content when apply update-op

rcmerci 1 年之前
父節點
當前提交
6306971a46
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/main/frontend/worker/rtc/remote_update.cljs

+ 2 - 1
src/main/frontend/worker/rtc/remote_update.cljs

@@ -341,7 +341,8 @@
     :block/journal-day
     :class/parent
     :class/schema.properties
-    :property/schema.classes})
+    :property/schema.classes
+    :property.value/content})
 
 (defn- update-op-watched-attr?
   [attr]