diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-22 20:58:31 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-02-22 20:58:31 -0500 |
commit | dae5838696ee769f9eab528881ba8ad5da34633b (patch) | |
tree | 28f7445764ea7b7215e7d6ed2f44a6545f0e8b97 /docs | |
parent | ddba317142b6b5cbf3efbc867d0b5bd95afcefb2 (diff) | |
download | SMAPI-dae5838696ee769f9eab528881ba8ad5da34633b.tar.gz SMAPI-dae5838696ee769f9eab528881ba8ad5da34633b.tar.bz2 SMAPI-dae5838696ee769f9eab528881ba8ad5da34633b.zip |
Revert "suppress keyboard events when a textbox is focused (#445)"
This reverts commit 033015066650d4bd67a7df0a7f7addf4c6edf617.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index b5d6e32a..8907c8af 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -15,7 +15,6 @@ * Fixed deadlock in rare cases when injecting a file with an asset loader. * Fixed unhelpful error when a mod exposes a non-public API. * Fixed unhelpful error when a translation file has duplicate keys due to case-insensitivity. - * Fixed input events being raised for keyboard buttons when a textbox is receiving input. * Fixed some JSON field names being case-sensitive. * Fixed `helper.ReadJsonFile` and `helper.WriteJsonFile` not normalising path separators. |