mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 09:51:26 +00:00
@@ -1,5 +1,5 @@
|
||||
import React from 'react';
|
||||
import SeafileEditor from '@seafile/seafile-editor';
|
||||
import { SeafileEditor } from '@seafile/seafile-editor';
|
||||
import 'whatwg-fetch';
|
||||
import { Value, Document, Block } from 'slate';
|
||||
import { seafileAPI } from './utils/seafile-api';
|
||||
@@ -230,7 +230,7 @@ class EditorUtilities {
|
||||
}
|
||||
|
||||
goDraftPage() {
|
||||
window.location.href = serviceUrl + '/drafts/' + draftID + '/';
|
||||
window.location.href = serviceUrl + '/drafts/' + draftID + '/';
|
||||
}
|
||||
|
||||
createDraftFile() {
|
||||
|
Reference in New Issue
Block a user