Skip to content

Commit

Permalink
Merge pull request #1323 from ParabolInc/temp-draft-fix
Browse files Browse the repository at this point in the history
update draft to my github branch fix #1317
  • Loading branch information
jordanh authored Sep 3, 2017
2 parents 2b15a04 + a9dd985 commit b04eb4b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"deep-freeze": "^0.0.1",
"dotenv": "2.0.0",
"dotenv-expand": "^0.1.0",
"draft-js": "^0.10.1",
"draft-js": "https://github.com/mattkrick/draft-js/tarball/710c3ea2367953a70d71ac3d8cdf11bcf18f2f9e",
"draft-js-export-html": "^0.5.4",
"draft-js-export-markdown": "^0.3.0",
"email-addresses": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/universal/mutations/SendClientSegmentEventMutation.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const mutation = graphql`

const SendClientSegmentEventMutation = (atmosphere, event, options) => {
const {_network: network} = atmosphere;
network.request(mutation(), {event, options});
network.observe(mutation(), {event, options}, {force: true});
};

export default SendClientSegmentEventMutation;
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2678,11 +2678,11 @@ draft-js-utils@^0.1.5:
version "0.1.7"
resolved "https://registry.yarnpkg.com/draft-js-utils/-/draft-js-utils-0.1.7.tgz#e2b6927ca620edf1855a4bfc1cf1d21080a70f16"

draft-js@^0.10.1:
"draft-js@https://github.com/mattkrick/draft-js/tarball/safari-fix-built":
version "0.10.1"
resolved "https://registry.yarnpkg.com/draft-js/-/draft-js-0.10.1.tgz#6f1219d8095729691429ca6fd7a58d2a8be5cb67"
resolved "https://github.com/mattkrick/draft-js/tarball/safari-fix-built#428cdfe79dea4b52015e679b5021c3fc2c92a3fd"
dependencies:
fbjs "^0.8.7"
fbjs "^0.8.12"
immutable "~3.7.4"
object-assign "^4.1.0"

Expand Down Expand Up @@ -3357,7 +3357,7 @@ fb-watchman@^2.0.0:
dependencies:
bser "^2.0.0"

fbjs@^0.8.1, fbjs@^0.8.14, fbjs@^0.8.7, fbjs@^0.8.9:
fbjs@^0.8.1, fbjs@^0.8.12, fbjs@^0.8.14, fbjs@^0.8.9:
version "0.8.14"
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.14.tgz#d1dbe2be254c35a91e09f31f9cd50a40b2a0ed1c"
dependencies:
Expand Down

0 comments on commit b04eb4b

Please sign in to comment.