mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 18:48:37 -05:00
🚧 Quick patch to have search working (FIXME)
This commit is contained in:
parent
ce37b46de0
commit
43e91883d8
1 changed files with 2 additions and 2 deletions
|
@ -148,8 +148,8 @@
|
|||
on-search-blur
|
||||
(fn [event]
|
||||
(let [target (dom/get-target event)]
|
||||
(dom/clean-value! target)
|
||||
(debounced-emit! (rt/nav :dashboard-team {:team-id team-id}))))
|
||||
(dom/clean-value! target)))
|
||||
;; (debounced-emit! (rt/nav :dashboard-team {:team-id team-id}))))
|
||||
|
||||
on-search-change
|
||||
(fn [event]
|
||||
|
|
Loading…
Add table
Reference in a new issue