Jonathan Kelley 2 年之前
父节点
当前提交
81dc134323
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/core/src/arena.rs

+ 0 - 1
packages/core/src/arena.rs

@@ -91,7 +91,6 @@ impl VirtualDom {
             }
         }
 
-
         self.scopes[id.0].props.take();
 
         let scope = &mut self.scopes[id.0];