From baeea82c0cf7a69079b36864e258c24986eb5872 Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Mon, 8 Jul 2024 03:36:47 +0100 Subject: [PATCH] Set dialog is modal to false when removed from the document Fixes #10452. This accidentally regressed in 8430871367368eed1f44d518d9125c2dd70e043a. --- source | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source b/source index 8a22e36a4e7..90829546f9d 100644 --- a/source +++ b/source @@ -61556,6 +61556,8 @@ interface HTMLDialogElement : HTMLElement {
  • If removedNode's node document's top layer contains removedNode, then remove an element from the top layer immediately given removedNode.

  • + +
  • Set the is modal flag of removedNode to false.

  • The