mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
ModalPresentationModifier and AlertPresentationModifier now register dedicated focus sections (__modal__/__alert__) and activate them instead of clearing the entire FocusManager. Modal buttons register in the modal section. When the modal closes, the section is not re-registered and endRenderPass() falls back to the previous active section automatically.