parent
5a02ecf2b4
commit
ee5040c391
|
@ -27,7 +27,8 @@
|
||||||
[topbar/simple-toolbar (i18n/label :t/send-transaction)]
|
[topbar/simple-toolbar (i18n/label :t/send-transaction)]
|
||||||
[react/view components.styles/flex
|
[react/view components.styles/flex
|
||||||
[wallet.components/network-info]
|
[wallet.components/network-info]
|
||||||
[react/scroll-view {:keyboard-should-persist-taps :always
|
[react/scroll-view {:keyboard-should-persist-taps :never
|
||||||
|
:keyboard-dismiss-mode :on-drag
|
||||||
:ref #(reset! scroll %)
|
:ref #(reset! scroll %)
|
||||||
:on-content-size-change #(when (and scroll @scroll)
|
:on-content-size-change #(when (and scroll @scroll)
|
||||||
(.scrollToEnd @scroll))}
|
(.scrollToEnd @scroll))}
|
||||||
|
|
Loading…
Reference in New Issue