Skip to content

Commit 1cc59fd

Browse files
committed
Fix btn-hr
1 parent 4c11972 commit 1cc59fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/toolbar-button/btn-hr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ export default {
33
icon: 'fa-minus',
44
title: '分割线',
55
action: {
6-
insert: '------------'
6+
insert: '\n\n------------\n'
77
}
88
}

0 commit comments

Comments
 (0)