Trace input focus grabbing

This commit is contained in:
Robbert van der Helm
2021-07-26 12:38:17 +02:00
parent f5ada4469b
commit 890c534573
2 changed files with 27 additions and 0 deletions
+7
View File
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Added more tracing for input focus handling when using the `+editor`
`YABRIDGE_DEBUG_LEVEL` flag.
## [3.5.0] - 2021-06-23
### Added