SIGN IN SIGN UP

Fix editor stealing click events from copy-error button (#4046)

This fixes the click event on the "copy error message" button by
changing the `editor` element to ignore mouse-down events when the
default was prevented. That's similar to how `div` does it.

Release Notes:

- Fixed a bug that prevented "copy error message" button from being
clicked.
T
Thorsten Ball committed
80c0d09b15588e1f995113f5c5801e62b8253214
Committed by GitHub <noreply@github.com> on 1/15/2024, 1:03:15 PM