Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
Ifar-Xml-Edtor
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pangchong
Ifar-Xml-Edtor
Commits
5a4fb611
Commit
5a4fb611
authored
Jul 10, 2026
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style(editor): 删除多余空行以优化代码格式
- 移除了 index.ts 文件中 editor 视图功能部分的多余空行 - 保持代码整洁,提升可读性
parent
2995acc2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
src/views/editor/functionals/index.ts
+0
-1
No files found.
src/views/editor/functionals/index.ts
View file @
5a4fb611
...
@@ -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
())
})
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment