1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 19:01:54 +02:00

run focus event listener after existing onFocus handlers (#4755)

* run focus event listener after existing onFocus handlers

* change window.setTimeout to setTimeout
This commit is contained in:
Jacob Hurwitz
2022-01-10 15:20:47 -08:00
committed by GitHub
parent 51e02de9de
commit 8daa77e9fa
2 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
'slate-react': patch
---
fix useFocused hook