Commit 5a4fb611 by pangchong

style(editor): 删除多余空行以优化代码格式

- 移除了 index.ts 文件中 editor 视图功能部分的多余空行
- 保持代码整洁,提升可读性
parent 2995acc2
...@@ -13,7 +13,6 @@ export function useEditor() { ...@@ -13,7 +13,6 @@ export function useEditor() {
const store = useEditorStore() const store = useEditorStore()
const cleanupFns: (() => void)[] = [] const cleanupFns: (() => void)[] = []
onUnmounted(() => { onUnmounted(() => {
cleanupFns.forEach((un) => un()) cleanupFns.forEach((un) => un())
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment