fix: revert removal of key in profile settings view (#19329)
This commit is contained in:
parent
fc801213ef
commit
40e6c44b99
|
@ -70,7 +70,8 @@
|
||||||
:on-scroll #(scroll-handler % scroll-y)
|
:on-scroll #(scroll-handler % scroll-y)
|
||||||
:bounces false}]
|
:bounces false}]
|
||||||
[quo/floating-shell-button
|
[quo/floating-shell-button
|
||||||
{:jump-to
|
{:key :shell
|
||||||
|
:jump-to
|
||||||
{:on-press (fn []
|
{:on-press (fn []
|
||||||
(rf/dispatch [:navigate-back])
|
(rf/dispatch [:navigate-back])
|
||||||
(debounce/throttle-and-dispatch [:shell/navigate-to-jump-to] 500))
|
(debounce/throttle-and-dispatch [:shell/navigate-to-jump-to] 500))
|
||||||
|
|
Loading…
Reference in New Issue