From 56026782c35f514ae6967b185dc65079af752109 Mon Sep 17 00:00:00 2001 From: Mason Freed Date: Wed, 13 Nov 2024 14:37:27 -0800 Subject: [PATCH] Missed one --- source | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/source b/source index b2fd3ef7f57..307bcbf792a 100644 --- a/source +++ b/source @@ -85544,8 +85544,8 @@ dictionary DragEventInit : MouseEventInit {
  1. Set invoker to options["source"] if it - exists; otherwise, null.

  2. + data-x="dom-ShowPopoverOptions-source">source"] if it exists; + otherwise, null.

  3. Run show popover given this, true, and invoker.

@@ -85876,13 +85876,16 @@ dictionary DragEventInit : MouseEventInit { exists, set force to options["force"].

+
  • Set invoker to options["source"] if it exists; + otherwise, null.

  • +
  • If this's popover visibility state is showing, and force is null or false, then run the hide popover algorithm given this, true, true, and true.

  • Otherwise, if force is null or true, then run show popover given - this, true, and - options["source"].

  • + this, true, and invoker.

  • Otherwise: