remove left over logs
This commit is contained in:
parent
b532966e85
commit
5ceca3201d
|
@ -74,9 +74,6 @@
|
||||||
bottom (if sheet-bottom-margin
|
bottom (if sheet-bottom-margin
|
||||||
(+ @sheet-height bottom-margin (:bottom insets))
|
(+ @sheet-height bottom-margin (:bottom insets))
|
||||||
(:bottom insets))]
|
(:bottom insets))]
|
||||||
(js/console.log (str "item height " @item-height))
|
|
||||||
(js/console.log (str "sheet height " @sheet-height))
|
|
||||||
(js/console.log (str "sheet-bottom-margin " bottom))
|
|
||||||
(rn/use-effect
|
(rn/use-effect
|
||||||
#(if hide?
|
#(if hide?
|
||||||
(hide translate-y bg-opacity window-height on-close)
|
(hide translate-y bg-opacity window-height on-close)
|
||||||
|
|
Loading…
Reference in New Issue