0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

🐛 Fix problem with Ctrl+F shortcut on the dashboard

This commit is contained in:
alonso.torres 2024-10-02 12:32:10 +02:00 committed by Alejandro Alonso
parent 0b39318b33
commit 635c6efe42
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,11 @@
# CHANGELOG
## 2.2.1
### :bug: Bugs fixed
- Fix problem with Ctrl+F shortcut on the dashboard [Taiga #8876](https://tree.taiga.io/project/penpot/issue/8876)
## 2.2.0
### :rocket: Epics and highlights

View file

@ -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