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",