Skip to content

Issue 7197 - Fixed: Explicitly prevent form submission when adding domain to whitelist

This MR for #347 (closed) contains the following changes:

  • Updated execAction() to return whether or not the action has been executed
  • Added execActions() to determine whether any action has been executed
  • Use return value in click and key handlers to determine whether to prevent the default action

Merge request reports