mirror of https://github.com/fantasticit/think.git
fix jserror
parent
a6690f9edf
commit
4f89e8951e
|
@ -9,7 +9,7 @@ import { TableOfContents } from 'tiptap/core/extensions/table-of-contents';
|
|||
import { findNode } from 'tiptap/prose-utils';
|
||||
|
||||
import styles from './index.module.scss';
|
||||
import { flattenHeadingsToTree, parseHeadingsToTocs } from './util';
|
||||
import { parseHeadingsToTocs } from './util';
|
||||
|
||||
interface IHeading {
|
||||
level: number;
|
||||
|
|
Loading…
Reference in New Issue