feat: update custom editor
This commit is contained in:
parent
e0d9b43892
commit
ad13a58ac8
|
|
@ -1,6 +1,6 @@
|
||||||
// components/custom-editor.js
|
// components/custom-editor.js
|
||||||
|
|
||||||
import React from "react";
|
import React, { useCallback, useEffect, useRef, useState } from "react";
|
||||||
import { CKEditor } from "@ckeditor/ckeditor5-react";
|
import { CKEditor } from "@ckeditor/ckeditor5-react";
|
||||||
import Editor from "ckeditor5-custom-build";
|
import Editor from "ckeditor5-custom-build";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue