new framework fix

This commit is contained in:
2026-05-12 22:36:33 +02:00
parent 9ae939a213
commit 4ffc6243c0
2 changed files with 5 additions and 1 deletions

View File

@@ -174,6 +174,7 @@ module BBS
# Menubar handles Alt-letter / F10 / its own keys
if @menubar
result = @menubar.handle_event(event)
$stderr.puts "[app] menubar handle_event -> #{result.inspect}"
return :halt if result == :halt
return nil if result
end