Файловый менеджер - Редактировать - /home/freeclou/app.optimyar.com/backend/node_modules/draft-js/lib/getContentEditableContainer.js.flow
Назад
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @format * @flow * @emails oncall+draft_js */ 'use strict'; import type DraftEditor from "./DraftEditor.react"; const invariant = require("fbjs/lib/invariant"); const isHTMLElement = require("./isHTMLElement"); function getContentEditableContainer(editor: DraftEditor): HTMLElement { const editorNode = editor.editorContainer; invariant(editorNode, 'Missing editorNode'); invariant(isHTMLElement(editorNode.firstChild), 'editorNode.firstChild is not an HTMLElement'); const htmlElement = (editorNode.firstChild: any); return htmlElement; } module.exports = getContentEditableContainer;
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка