瀏覽代碼

fix(mobile): incorrect animation for the stack depth sheet

charlie 2 月之前
父節點
當前提交
c2d4b200dd
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      deps/shui/src/logseq/shui/silkhq.cljs

+ 2 - 1
deps/shui/src/logseq/shui/silkhq.cljs

@@ -56,7 +56,8 @@
 (def depth-sheet-backdrop (silkhq-wrap "SheetWithDepth.Backdrop"))
 (def depth-sheet-view (silkhq-wrap "SheetWithDepth.View"))
 (def depth-sheet-stack (silkhq-wrap "SheetWithDepthStack.Root"))
-(def depth-sheet-scenery-outlets (silkhq-wrap "SheetWithDepthStack.SceneryOutlets"))
+(def depth-sheet-scenery-outlets
+  (silkhq-wrap "SheetWithDepthStack.SceneryOutlets" {:static? true}))
 
 (def detent-sheet (silkhq-wrap "SheetWithDetent.Root"))
 (def detent-sheet-portal (silkhq-wrap "SheetWithDetent.Portal"))