Disable the abort binding unless the prompt was opened for it.
Textual gates a binding's action on a truthy check_action result, so
both False and None stop a from dispatching action_abort -- in
neither case does the key fire the action, and it falls through the same
way. They differ only in footer presentation (False hides the binding,
None shows it grayed out), which is moot here anyway: every binding is
declared show=False and the modal renders its own help line instead of
a Footer. We return False to mark the disabled state explicitly; the
actual inertness backstop is action_abort's own self._abort is None
guard, should the action ever be dispatched.