Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Deploy Flow v0.117 to www
Browse files Browse the repository at this point in the history
Summary: Flow 0.117

Reviewed By: nmote

Differential Revision: D19567450

fbshipit-source-id: 261f97de2d95d3e1ad128502bb33203ba2615421
  • Loading branch information
mvitousek authored and facebook-github-bot committed Jan 27, 2020
1 parent 3ba907b commit bf5611c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/component/base/DraftEditor.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,9 @@ class DraftEditor extends React.Component<DraftEditorProps, State> {
const editHandler = {...handlerMap.edit};

if (onPaste) {
/* $FlowFixMe(>=0.111.0) This comment suppresses an error found when Flow
* v0.111.0 was deployed. To see the error, delete this comment and run
* Flow. */
/* $FlowFixMe(>=0.117.0 site=www) This comment suppresses an error found
* when Flow v0.117 was deployed. To see the error delete this comment
* and run Flow. */
editHandler.onPaste = onPaste;
}

Expand Down

0 comments on commit bf5611c

Please sign in to comment.