mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix(mobile): incorrect animation for the stack depth sheet
This commit is contained in:
3
deps/shui/src/logseq/shui/silkhq.cljs
vendored
3
deps/shui/src/logseq/shui/silkhq.cljs
vendored
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user