mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-23 11:42:14 +00:00
`wrapWithKeyboardListener` creates a `FocusNode()` internally on every call. If no `focusNode` is passed, a new one is allocated every rebuild, which can cause focus flicker. Without this fix, keyboard focus can be intermittently lost after widget rebuilds, which would silently swallow keyboard shortcuts. |
||
|---|---|---|
| .. | ||
| eval | ||
| ffi | ||
| l10n | ||
| models | ||
| modules | ||
| providers | ||
| router | ||
| services | ||
| src/rust | ||
| utils | ||
| main.dart | ||