Skip to content

Commit

Permalink
Map resize event to OpenFin "bounds-changing" for notification while …
Browse files Browse the repository at this point in the history
…window is resizing and not when complete (#177)
  • Loading branch information
bingenito authored Jul 19, 2018
1 parent c5b7b91 commit 8323b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenFin/openfin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8323b4f

Please sign in to comment.