Skip to content

Commit 158628d

Browse files
committed
fix: 修复UI无序列表全选不居中问题
1 parent 23618a2 commit 158628d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/menus/justify/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Editor from '../../editor/index'
99
import { MenuActive } from '../menu-constructors/Menu'
1010

1111
const SPECIAL_NODE_LIST = ['LI']
12-
const SPECIAL_TOP_NODE_LIST = ['UL', 'BLOCKQUOTE']
12+
const SPECIAL_TOP_NODE_LIST = ['BLOCKQUOTE']
1313

1414
class Justify extends DropListMenu implements MenuActive {
1515
constructor(editor: Editor) {

0 commit comments

Comments
 (0)