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

Commit

Permalink
types-first in html/js/mobile
Browse files Browse the repository at this point in the history
Summary: Add some final fixes for types-first and enables the flag in mobile's .flowconfig

Reviewed By: samwgoldman

Differential Revision: D21485790

fbshipit-source-id: 5a588b9bc9d0e7eb17ad1c1b294b91257051de85
  • Loading branch information
panagosg7 authored and facebook-github-bot committed May 12, 2020
1 parent 6619077 commit e66f39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/base/DraftEditor.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ class DraftEditor extends React.Component<DraftEditorProps, State> {
const editHandler = {...handlerMap.edit};

if (onPaste) {
/* $FlowFixMe(>=0.117.0 site=www) This comment suppresses an error found
/* $FlowFixMe(>=0.117.0 site=www,mobile) 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 e66f39e

Please sign in to comment.