From d3843f71f55739240a13f6c434e105f72e62dd2b Mon Sep 17 00:00:00 2001 From: Peter Murphy <26548438+ptrfrncsmrph@users.noreply.github.com> Date: Tue, 25 Jan 2022 20:54:15 -0500 Subject: [PATCH] Add onLoad attribute to iframe --- codegen/react-html-attributes.json | 1 + src/React/Basic/DOM/Generated.purs | 1 + 2 files changed, 2 insertions(+) diff --git a/codegen/react-html-attributes.json b/codegen/react-html-attributes.json index e4165e5..71c9622 100644 --- a/codegen/react-html-attributes.json +++ b/codegen/react-html-attributes.json @@ -286,6 +286,7 @@ "sandbox", "scrolling", "src", + "onLoad", "width" ], "img": [ diff --git a/src/React/Basic/DOM/Generated.purs b/src/React/Basic/DOM/Generated.purs index e039366..6426104 100644 --- a/src/React/Basic/DOM/Generated.purs +++ b/src/React/Basic/DOM/Generated.purs @@ -7912,6 +7912,7 @@ type Props_iframe = , onKeyDown :: EventHandler , onKeyPress :: EventHandler , onKeyUp :: EventHandler + , onLoad :: EventHandler , onLostPointerCapture :: EventHandler , onMouseDown :: EventHandler , onMouseEnter :: EventHandler