Skip to content

Commit

Permalink
fixed deepScan error
Browse files Browse the repository at this point in the history
  • Loading branch information
desperado1802 committed Nov 14, 2023
1 parent 0d992c7 commit cf3a5fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Toolbar from './editor-toolbar';
import { TextEditorService, withHtml, withChecklists, isValidSlateObject } from './editor-components/TextEditorService';
import isHotkey from 'is-hotkey';
import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react';
import React, { useCallback, useMemo, useRef, useState } from 'react';
import { Editor, createEditor, Element as SlateElement, Descendant, Transforms } from 'slate';
import { withHistory } from 'slate-history';
import { Editable, withReact, Slate } from 'slate-react';
Expand Down

0 comments on commit cf3a5fb

Please sign in to comment.