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

Commit

Permalink
Suppress non-synced files in www for 0.111
Browse files Browse the repository at this point in the history
Summary:
Before we can bump the version we need to fix some synced files in xplat

drop-conflicts

Reviewed By: dsainati1

Differential Revision: D18255244

fbshipit-source-id: 4a6cf2491f033855f4130f6bdf04aa4e091a1f21
  • Loading branch information
jbrown215 authored and facebook-github-bot committed Nov 2, 2019
1 parent a477e83 commit 4bca140
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/component/base/DraftEditor.react.js
Expand Up @@ -529,6 +529,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. */
editHandler.onPaste = onPaste;
}

Expand Down
Expand Up @@ -77,6 +77,9 @@ beforeEach(() => {
const convertFromHTML = (html_string, config) => {
const options = {
...DEFAULT_CONFIG,
/* $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. */
...config,
};

Expand Down

0 comments on commit 4bca140

Please sign in to comment.