Skip to content

Commit

Permalink
add HTMLEditor compents
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Jul 2, 2024
1 parent c2fd39f commit e8dbdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Form/HTMLEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
OriginalTools,
VideoTool,
} from 'react-bootstrap-editor';
import { insertToCursor, parseDOM } from 'web-utility';
import { Constructor } from 'web-utility';

const ExcludeTools = [IFrameTool, AudioTool, VideoTool];

Expand Down

1 comment on commit e8dbdfa

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for oss-toolbox ready!

✅ Preview
https://oss-toolbox-63v8dlui4-techquerys-projects.vercel.app

Built with commit e8dbdfa.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.