You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DraftEditorFlushControlled.js 387 B

3 years ago
12345678910111213141516
  1. "use strict";
  2. /**
  3. * Copyright (c) Facebook, Inc. and its affiliates.
  4. *
  5. * This source code is licensed under the MIT license found in the
  6. * LICENSE file in the root directory of this source tree.
  7. *
  8. * @format
  9. *
  10. * @emails oncall+draft_js
  11. */
  12. var ReactDOMComet = require("react-dom");
  13. var flushControlled = ReactDOMComet.unstable_flushControlled;
  14. module.exports = flushControlled;