From 001f0a1c33c0d3d09f8041752b1788885649a9de Mon Sep 17 00:00:00 2001 From: iconmaster Date: Wed, 18 Oct 2017 10:26:40 -0500 Subject: [PATCH] Header. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32c53c0..a1ace8d 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ fe.debug = true ### Example project [Download](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/bpxl-labs/FocusEngine/tree/master/example.framer) the example to try it for yourself. -#### Known issues +### Known issues Attempting to perform a `placeFocus()` call as FocusEngine is changing its own focus will fail. (The call is discarded.) If you need to override FocusEngine's logic, use the `overrides` feature or add a slight delay to ensure the call is respected.