mirror of
https://github.com/penpot/penpot.git
synced 2025-05-17 02:26:14 +02:00
🐛 Fix problem with Ctrl+F shortcut on the dashboard
This commit is contained in:
parent
0b39318b33
commit
635c6efe42
2 changed files with 8 additions and 1 deletions
|
@ -19,7 +19,8 @@
|
|||
|
||||
(mf/defc search-page
|
||||
[{:keys [team search-term] :as props}]
|
||||
(let [result (mf/deref refs/dashboard-search-result)
|
||||
(let [search-term (or search-term "")
|
||||
result (mf/deref refs/dashboard-search-result)
|
||||
[rowref limit] (hooks/use-dynamic-grid-item-width)]
|
||||
|
||||
(mf/use-effect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue