fix: revert removal of key in profile settings view (#19329)

This commit is contained in:
Sean Hagstrom 2024-03-20 08:35:39 +00:00 committed by GitHub
parent fc801213ef
commit 40e6c44b99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@
:on-scroll #(scroll-handler % scroll-y)
:bounces false}]
[quo/floating-shell-button
{:jump-to
{:key :shell
:jump-to
{:on-press (fn []
(rf/dispatch [:navigate-back])
(debounce/throttle-and-dispatch [:shell/navigate-to-jump-to] 500))