From 8323b4f2e3371245cf78de17fb5b7be54dab4eab Mon Sep 17 00:00:00 2001 From: Brian Ingenito Date: Thu, 19 Jul 2018 12:21:54 -0400 Subject: [PATCH] Map resize event to OpenFin "bounds-changing" for notification while window is resizing and not when complete (#177) --- src/OpenFin/openfin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenFin/openfin.ts b/src/OpenFin/openfin.ts index 4a176a51..3cb03ea4 100644 --- a/src/OpenFin/openfin.ts +++ b/src/OpenFin/openfin.ts @@ -17,7 +17,7 @@ ContainerRegistry.registerContainer("OpenFin", { const windowEventMap = { move: "bounds-changing", - resize: "bounds-changed", + resize: "bounds-changing", close: "close-requested", focus: "focused", blur: "blurred",