1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

Merge pull request #5186 from haiwen/repair-markdown-editor-bug

Repair markdown editor bug
This commit is contained in:
Daniel Pan
2022-05-23 18:53:31 +08:00
committed by GitHub

View File

@@ -1,5 +1,6 @@
import React from 'react'; import React from 'react';
import PropTypes from 'prop-types'; import PropTypes from 'prop-types';
import { Text } from 'slate';
import { deserialize, serialize, PlainMarkdownEditor } from '@seafile/seafile-editor'; import { deserialize, serialize, PlainMarkdownEditor } from '@seafile/seafile-editor';
import toaster from '../../../components/toast'; import toaster from '../../../components/toast';
import { gettext } from '../../../utils/constants'; import { gettext } from '../../../utils/constants';