From 84a704cc1e4e40cafbb3e635643033b7b9d9d004 Mon Sep 17 00:00:00 2001 From: Konstantin Kharlamov Date: Fri, 8 Nov 2024 11:04:56 +0300 Subject: [PATCH] DOM: support `onClose` event in `dialog` element See: https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/close_event --- src/React/Basic/DOM/Generated.purs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/React/Basic/DOM/Generated.purs b/src/React/Basic/DOM/Generated.purs index 1ac3f4c..0733415 100644 --- a/src/React/Basic/DOM/Generated.purs +++ b/src/React/Basic/DOM/Generated.purs @@ -4310,6 +4310,7 @@ type Props_dialog = , onAnimationStart :: EventHandler , onBlur :: EventHandler , onClick :: EventHandler + , onClose :: EventHandler , onCompositionEnd :: EventHandler , onCompositionStart :: EventHandler , onCompositionUpdate :: EventHandler